Skip to content

Commit 4b1efdd

Browse files
authored
Update CMakeLists.txt
1 parent 4675d6b commit 4b1efdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ if (BUILD_CLI)
151151

152152
add_library(mongoose STATIC ${mongoose_SOURCE_DIR}/mongoose.c)
153153
# 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)
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)
156156
target_include_directories(mongoose PUBLIC ${mongoose_SOURCE_DIR})
157157

158158
add_custom_command(

0 commit comments

Comments
 (0)