We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c613c7 commit 52072e6Copy full SHA for 52072e6
bin/GCStress/CMakeLists.txt
@@ -45,4 +45,11 @@ elseif(NOT CC_TARGET_OS_ANDROID)
45
)
46
endif()
47
48
+if(CC_TARGET_OS_FREEBSD)
49
+ set(lib_target "${lib_target}"
50
+ "-L/usr/local/lib"
51
+ "-lintl"
52
+ )
53
+endif()
54
+
55
target_link_libraries (GCStress ${lib_target})
bin/ch/CMakeLists.txt
@@ -119,6 +119,14 @@ elseif(CC_TARGET_OS_OSX)
119
120
121
122
123
124
125
126
+ "-lsysinfo"
127
128
129
130
target_link_libraries (ch
131
${lib_target}
132
${CC_LTO_ENABLED}
0 commit comments