Remove leftovers from before macOS pure build

This commit is contained in:
Pedro Pombeiro 2019-05-13 15:24:17 +02:00
parent 807e816936
commit 0f44a46f1f
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ cmake -DCMAKE_BUILD_TYPE=Debug \
-DEXTERNAL_MODULES_DIR="$ExternalModulesPaths" \
-DJS_BUNDLE_PATH="$JsBundlePath" \
-DDESKTOP_FONTS="$desktopFonts" \
-DCMAKE_C_COMPILER='gcc'\
-DCMAKE_CXX_COMPILER='g++' \
-DCMAKE_INSTALL_COMPONENT='' \
. && \
make