Skip to content

Commit 9ced1f2

Browse files
committed
fixup
1 parent e122af7 commit 9ced1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trusted/platform_qualify/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if (WIN32)
33
"win/nacl_os_qualify.c"
44
"win/nacl_dep_qualify.c"
55
)
6-
elseif (LINUX)
6+
elseif (LINUX OR APPLE)
77
list(APPEND PQL_INPUTS "posix/nacl_dep_qualify.c")
88

99
if (LINUX)

0 commit comments

Comments
 (0)