Fix filename

This commit is contained in:
Felix Schulze 2015-07-11 12:33:18 +02:00
parent 36efa187a3
commit 348274f61a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */