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

Fix a typo in the Android cmake toolchain script. #2115

Merged
merged 1 commit into from Feb 24, 2015

Conversation

Sonicadvance1
Copy link
Contributor

This was a fairly recent update that went unnoticed because it uses a cached variable.
When I previously updated Android cmake I didn't noticed this.
Basically the issue was that Android cmake was no longer setting ${LIBRARY_OUTPUT_PATH_ROOT}
and instead only setting it to ${CMAKE_SOURCE_DIR} if it was passed a variable.

Same PR is open on the android cmake repo here taka-no-me/android-cmake#37

This was a fairly recent update that went unnoticed because it uses a cached variable.
When I previously updated Android cmake I didn't noticed this.
Basically the issue was that Android cmake was no longer setting ${LIBRARY_OUTPUT_PATH_ROOT}
and instead only setting it to ${CMAKE_SOURCE_DIR} if it was passed a variable.

Same PR is open on the android cmake repo here taka-no-me/android-cmake#37
Sonicadvance1 added a commit that referenced this pull request Feb 24, 2015
Fix a typo in the Android cmake toolchain script.
@Sonicadvance1 Sonicadvance1 merged commit 84f8547 into dolphin-emu:master Feb 24, 2015
@Sonicadvance1 Sonicadvance1 deleted the fix_android_cmake branch February 24, 2015 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant