Browse Source

build: Clean PKG_CONFIG_PATH

Soomin Lee 7 years ago
parent
commit
c7bcb7be94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compileAndBuildVLCKit.sh

+ 1 - 0
compileAndBuildVLCKit.sh

@@ -112,6 +112,7 @@ cleantheenvironment()
     export LD=""
     export LDFLAGS=""
     export STRIP=""
+    export PKG_CONFIG_PATH=""
 }
 
 buildxcodeproj()