mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-20 07:49:11 +00:00
Fix filename
This commit is contained in:
parent
36efa187a3
commit
348274f61a
@ -286,7 +286,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ ! -f lib/libcrypo.a ]; then\n echo \"error: Please run ./build-libssl.h first\"\n exit 1\nfi";
|
||||
shellScript = "if [ ! -f lib/libcrypto.a ]; then\n echo \"error: Please run ./build-libssl.h first\"\n exit 1\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user