implemented SUPER key/modifier support on windows
[freeglut] / android_toolchain.cmake
index 93498c6..ef3bb61 100644 (file)
@@ -3,6 +3,4 @@ SET(CMAKE_SYSTEM_NAME Linux)  # Tell CMake we're cross-compiling
 include(CMakeForceCompiler)
 # Prefix detection only works with compiler id "GNU"
 CMAKE_FORCE_C_COMPILER(arm-linux-androideabi-gcc GNU)
-# '-DANDROID' is the Android build system convention
-ADD_DEFINITIONS(-DANDROID)
 SET(ANDROID TRUE)