]> granicus.if.org Git - libjpeg-turbo/commitdiff
Clarify Android Windows build instructions 2.0.0
authorDRC <information@libjpeg-turbo.org>
Fri, 27 Jul 2018 16:44:46 +0000 (11:44 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 27 Jul 2018 16:47:48 +0000 (11:47 -0500)
(must add .exe to CMAKE_C_COMPILER)

Addresses a concern raised in #245, #260

BUILDING.md

index 2ebc6e0d9c06d4d327f3807c8b4e68a419d84dd6..b11ab8b3286f1dee085b10d9a438a180414af6e6 100644 (file)
@@ -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
 `LDFLAGS`.
 
+If building on Windows, add `.exe` to the end of `CMAKE_C_COMPILER`.
+
 
 Advanced CMake Options
 ----------------------