Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL fixes, Commander Genius update #148

Merged
merged 8 commits into from Jul 27, 2023

Conversation

gerstrong
Copy link
Collaborator

  • Some OpenSSL adjustments so it builds with NDK 25 LTS
  • AndroidAppSettings for Commander Genius fixes
  • Commander Genius submodule update to 3.4

@@ -1,6 +1,6 @@
#!/bin/sh

if [ -z "$ARCH_LIST" ]; then
if [ -z "$ARCH_LIST" ] | [ "$ARCH_LIST" = "all" ]; then
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be || not | ? It's piping the output of [ command to another [ command

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh. oversight fixed. :-D

@pelya pelya merged commit cdfb2de into pelya:sdl_android Jul 27, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants