File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ export EMSCRIPTEN_SYS_ROOT="$EMSCRIPTEN_UPSTREAM_ROOT/cache/sysroot"
4848EMSCRIPTEN_SYS_LIB_DIR=" $EMSCRIPTEN_SYS_ROOT /lib/wasm32-emscripten" 
4949EMSCRIPTEN_SYS_PKGCONFIG_DIR=" $EMSCRIPTEN_SYS_ROOT /lib/pkgconfig" 
5050
51+ export  PKG_CONFIG_PATH=" $EMSCRIPTEN_SYS_PKGCONFIG_DIR :$EMSCRIPTEN_SYS_LIB_DIR /pkgconfig" 
52+ 
5153export  CC=" emcc" 
5254export  CXX=" em++" 
5355export  AR=" emar" 
@@ -101,8 +103,7 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || ! [ -e "$BUILD_FFMPEG_FILE" ]; t
101103            --host=i686-gnu \
102104            --sysroot=" $EMSCRIPTEN_SYS_ROOT " 
103105            --prefix=" $EMSCRIPTEN_SYS_ROOT " 
104-             --libdir=" $EMSCRIPTEN_SYS_LIB_DIR " 
105-             --pkgconfigdir=" $EMSCRIPTEN_SYS_PKGCONFIG_DIR " 
106+             --libdir=" $EMSCRIPTEN_SYS_LIB_DIR " 
106107
107108        emmake make -j
108109
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments