This commit is contained in:
Nathan Horrigan
2021-08-18 19:57:35 +01:00
parent 3406018b88
commit 968099059b

View File

@@ -339,7 +339,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export ARCH='x86_64'\nif [[ `uname -m` == 'arm64' ]]; then\n export ARCH='aarch64'\nfi\n\n\n./../../../../target/release/wasmer compile DylibExample/sum.wasm --target $ARCH-apple-ios --dylib -o DylibExample/sum.dylib\n";
shellScript = "export ARCH='x86_64-apple-ios'\nif [[ `uname -m` == 'arm64' ]]; then\n export ARCH='aarch64-apple-ios-sim'\nfi\n\n\n./../../../../target/release/wasmer compile DylibExample/sum.wasm --target $ARCH --dylib -o DylibExample/sum.dylib\n";
};
/* End PBXShellScriptBuildPhase section */