Clarify Android Windows build instructions
(must add .exe to CMAKE_C_COMPILER) Addresses a concern raised in #245, #260
This commit is contained in:
@@ -682,6 +682,8 @@ If building for Android 4.0.x (API level < 16) or earlier, remove
|
|||||||
`-DCMAKE_POSITION_INDEPENDENT_CODE=1` from the CMake arguments and `-pie` from
|
`-DCMAKE_POSITION_INDEPENDENT_CODE=1` from the CMake arguments and `-pie` from
|
||||||
`LDFLAGS`.
|
`LDFLAGS`.
|
||||||
|
|
||||||
|
If building on Windows, add `.exe` to the end of `CMAKE_C_COMPILER`.
|
||||||
|
|
||||||
|
|
||||||
Advanced CMake Options
|
Advanced CMake Options
|
||||||
----------------------
|
----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user