Skip to content

Commit

Permalink
minor modifications for building
Browse files Browse the repository at this point in the history
  • Loading branch information
nickarora committed Feb 27, 2020
1 parent b7e65be commit 4d68ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand All @@ -53,8 +51,6 @@
ReferencedContainer = "container:SGPlayer.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
1 change: 1 addition & 0 deletions scripts/do-compile-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ if [ -f "./Makefile" ]; then
echo 'reuse configure'
else
echo "config: $OPENSSL_CFG_FLAGS"
export COMMAND_MODE=unix2003
./Configure \
$OPENSSL_CFG_FLAGS
make clean
Expand Down

0 comments on commit 4d68ea3

Please sign in to comment.