File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 111
111
);
112
112
runOnlyForDeploymentPostprocessing = 0;
113
113
shellPath = /bin/sh;
114
- shellScript = "if [ \"$SDKROOT\" != \"\" ]; then\n\tISYSROOT=\"-isysroot $SDKROOT\"\nfi\n\nmake clean\n./config -openssldir=$BUILD_DIR\nmake CC=$PLATFORM_DEVELOPER_BIN_DIR/gcc-4.0 CFLAG=\"-D_DARWIN_C_SOURCE -arch $ARCHS $ISYSROOT\" SHARED_LDFLAGS=\"-arch $ARCHS -dynamiclib\"\n\ncp *.a $BUILT_PRODUCTS_DIR\nexit 0";
114
+ shellScript = "if [ \"$SDKROOT\" != \"\" ]; then\n\tISYSROOT=\"-isysroot $SDKROOT\"\nfi\n\nmake clean\n./config -openssldir=\" $BUILD_DIR\"\ nmake CC=$PLATFORM_DEVELOPER_BIN_DIR/gcc-4.0 CFLAG=\"-D_DARWIN_C_SOURCE -arch $ARCHS $ISYSROOT\" SHARED_LDFLAGS=\"-arch $ARCHS -dynamiclib\"\n\ncp *.a \" $BUILT_PRODUCTS_DIR\" \nexit 0";
115
115
};
116
116
/* End PBXShellScriptBuildPhase section */
117
117
You can’t perform that action at this time.
0 commit comments