Skip to content

Commit 7ed3597

Browse files
committed
Enable the obsequi application for Darwin. It seems to run with no issues.
llvm-svn: 366277
1 parent 9973673 commit 7ed3597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiSource/Applications/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121
if(NOT DEFINED SMALL_PROBLEM_SIZE)
2222
add_subdirectory(lua)
2323
endif()
24-
if(TARGET_OS STREQUAL "Linux" AND (NOT ARCH STREQUAL "XCore"))
24+
if((TARGET_OS STREQUAL "Linux" OR TARGET_OS STREQUAL "Darwin") AND (NOT ARCH STREQUAL "XCore"))
2525
add_subdirectory(obsequi)
2626
endif()
2727
if(NOT TARGET_OS STREQUAL "SunOS")

0 commit comments

Comments
 (0)