File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PKG_RPM_NAME="arrow"
3232PKG_CSW_NAME=" arrow" 
3333PKG_BREW_NAME=" apache-arrow" 
3434PKG_TEST_HEADER=" <arrow/api.h>" 
35- PKG_LIBS=" -larrow" 
35+ PKG_LIBS=" -larrow -lparquet " 
3636
3737#  Use pkg-config if available
3838pkg-config --version > /dev/null 2>&1 
@@ -49,8 +49,7 @@ if [ "$INCLUDE_DIR" ] || [ "$LIB_DIR" ]; then
4949elif  [ " $PKGCONFIG_CFLAGS " ||  [ " $PKGCONFIG_LIBS " ;  then 
5050  echo  " Found pkg-config cflags and libs!" 
5151  PKG_CFLAGS=${PKGCONFIG_CFLAGS} 
52-   # PKG_LIBS=${PKGCONFIG_LIBS}
53-   PKG_LIBS=" -larrow -lparquet" #  hard coded! what is the right way to do this?
52+   PKG_LIBS=${PKGCONFIG_LIBS} 
5453elif  [[ " $OSTYPE " ==  " darwin" *  ]];  then 
5554  if  [ " $( command -v brew) " ;  then 
5655    BREWDIR=$( brew --prefix) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments