mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Disable the JIT hackery in app store builds
This commit is contained in:
+3
-1
@@ -1,9 +1,11 @@
|
||||
# Build script for iOS app store
|
||||
|
||||
# Set the development team ID as a DEVTEAM env variable.
|
||||
|
||||
mkdir build-ios
|
||||
pushd build-ios
|
||||
|
||||
cmake .. -DIOS_APP_STORE=ON -DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/ios.cmake -DDEVELOPMENT_TEAM_ID=97NS59EENG -DIOS_PLATFORM=OS -GXcode
|
||||
cmake .. -DIOS_APP_STORE=ON -DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/ios.cmake -DDEVELOPMENT_TEAM_ID=$(DEVTEAM) -DIOS_PLATFORM=OS -GXcode
|
||||
# TODO: Get a MoltenVK somewhere.
|
||||
#cp ../MoltenVK/iOS/Frameworks/libMoltenVK.dylib PPSSPP.app/Frameworks
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user