diff --git a/Makefile b/Makefile index d9c50400d55174a2bfda0abbcfcce3d8b926fcdc..961c7354e5729ab9221ef209a80d9ed9a0fe00bb 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ bootstrap: toolset mkdir -p $(BOOTSTRAP_PATH) ; \ cp Binaries/$(BUILD_CONFIGURATION)/csccore/* $(BOOTSTRAP_PATH) ; \ cp Binaries/$(BUILD_CONFIGURATION)/vbccore/* $(BOOTSTRAP_PATH) ; \ - build/scripts/crossgen.sh $(BOOTSTRAP_PATH) ; \ + # build/scripts/crossgen.sh $(BOOTSTRAP_PATH) ; rm -rf Binaries/$(BUILD_CONFIGURATION) test: