We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4675d6b commit 4b1efddCopy full SHA for 4b1efdd
CMakeLists.txt
@@ -151,8 +151,8 @@ if (BUILD_CLI)
151
152
add_library(mongoose STATIC ${mongoose_SOURCE_DIR}/mongoose.c)
153
# Disable epoll for Android sdk 19: comment the next line and uncomment the second one
154
- #target_compile_options(mongoose PUBLIC -DMG_ENABLE_PACKED_FS=1)
155
- target_compile_options(mongoose PUBLIC -DMG_ENABLE_PACKED_FS=1 -DMG_ENABLE_EPOLL=0)
+ target_compile_options(mongoose PUBLIC -DMG_ENABLE_PACKED_FS=1)
+ #target_compile_options(mongoose PUBLIC -DMG_ENABLE_PACKED_FS=1 -DMG_ENABLE_EPOLL=0)
156
target_include_directories(mongoose PUBLIC ${mongoose_SOURCE_DIR})
157
158
add_custom_command(
0 commit comments