Skip to content

Commit eb0faec

Browse files
committed
NetIO (Android): fix building
Doesn't work because `/sys` is unaccessable on Android
1 parent 767f99c commit eb0faec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ elseif(ANDROID)
439439
src/detection/media/media_nosupport.c
440440
src/detection/memory/memory_linux.c
441441
src/detection/monitor/monitor_nosupport.c
442+
src/detection/netio/netio_linux.c
442443
src/detection/opengl/opengl_linux.c
443444
src/detection/os/os_android.c
444445
src/detection/packages/packages_linux.c

0 commit comments

Comments
 (0)