소스 검색

MVK: use unset instead of exporting empty variables

Felix Paul Kühne 8 년 전
부모
커밋
00f2f67e3f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      buildMobileVLCKit.sh

+ 2 - 2
buildMobileVLCKit.sh

@@ -625,8 +625,8 @@ buildMobileKit() {
         export STRIP="xcrun strip"
         export CPP="xcrun cc -E"
         export CXXCPP="xcrun c++ -E"
-        export AS="xcrun as"
-        export CCAS=""
+        unset AS
+        unset CCAS
 
         if [ "$TVOS" = "yes" ]; then
             if [ "$PLATFORM" = "iphonesimulator" ]; then