Skip to content

Commit 62b17ca

Browse files
committed
fixup
1 parent fecdb1e commit 62b17ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/imc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if (LINUX AND NOT ANDROID)
22
# FIXME: librt is already set in LIBS_BASE for Linux,
33
# but src/shared/imc/build.scons was setting for Linux but not Android.
4-
if (LIBRT)
4+
if (LIBRT) # FIXME: Maybe we don't need to test for Linux or Android because of this added test.
55
list(APPEND LIBS_NACL_IMC "${LIBRT}")
66
endif()
77
endif()

0 commit comments

Comments
 (0)