Przeglądaj źródła

MVK: clean the environment on repeated compilations

Felix Paul Kühne 8 lat temu
rodzic
commit
968914743e
1 zmienionych plików z 2 dodań i 0 usunięć
  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