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 fecdb1e commit 62b17caCopy full SHA for 62b17ca
src/shared/imc/CMakeLists.txt
@@ -1,7 +1,7 @@
1
if (LINUX AND NOT ANDROID)
2
# FIXME: librt is already set in LIBS_BASE for Linux,
3
# but src/shared/imc/build.scons was setting for Linux but not Android.
4
- if (LIBRT)
+ if (LIBRT) # FIXME: Maybe we don't need to test for Linux or Android because of this added test.
5
list(APPEND LIBS_NACL_IMC "${LIBRT}")
6
endif()
7
0 commit comments