taka-no-me / android-cmake

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

Change executables cache types from PATH to FILEPATH. #43

Open thewtex opened 9 years ago

thewtex commented 9 years ago

FILEPATH is used for executable while PATH is used for directories.

taka-no-me commented 9 years ago

Lets assume you are correct. But is there any other reason to change except the pure correctness?

thewtex commented 9 years ago

This changes how the entries are handled in the curses and Qt GUI's.