Explorar o código

MVK: use unset instead of exporting empty variables

Felix Paul Kühne %!s(int64=8) %!d(string=hai) anos
pai
achega
00f2f67e3f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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