浏览代码

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