Explorar o código

MVK: clean the environment on repeated compilations

Felix Paul Kühne %!s(int64=8) %!d(string=hai) anos
pai
achega
968914743e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      buildMobileVLCKit.sh

+ 2 - 0
buildMobileVLCKit.sh

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