taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 437 forks source link

Fix typo that happened with LIBRARY_OUTPUT_PATH_ROOT #37

Closed Sonicadvance1 closed 9 years ago

Sonicadvance1 commented 9 years ago

The check was inversed which causes the block of code to overwrite LIBRARY_OUTPUT_PATH_ROOT only if it was previously defined. This is obviously the opposite of what is wanted, and should be the other way around.

taka-no-me commented 9 years ago

It is not a typo but intentional behavior.