We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7941cf2 commit 02ffbbaCopy full SHA for 02ffbba
src/trusted/platform_qualify/CMakeLists.txt
@@ -3,7 +3,7 @@ if (WIN32)
3
"win/nacl_os_qualify.c"
4
"win/nacl_dep_qualify.c"
5
)
6
-elseif (LINUX)
+elseif (LINUX OR APPLE)
7
list(APPEND PQL_INPUTS "posix/nacl_dep_qualify.c")
8
9
if (LINUX)
0 commit comments