]> git.lyx.org Git - lyx.git/blobdiff - src/support/CMakeLists.txt
Minor cleanup.
[lyx.git] / src / support / CMakeLists.txt
index d44921ee4f0b83c11ea73de2bf04154ed6ccc7bb..cc48091732db8871c1244f5f4591b04e66dd101b 100644 (file)
@@ -54,7 +54,7 @@ include_directories(
        ${LIBINTL_INCLUDE_DIR})
 
 
-if(NOT LYX_MERGE_FILES  OR APPLE)
+if(NOT LYX_MERGE_FILES)
        set(support_sources ${support_sources} ${support_mythes_sources} ${support_linkback_sources})
        set(support_headers ${support_headers} ${support_mythes_headers} ${support_linkback_headers})
        add_library(support ${library_type} ${support_sources} ${support_headers} ${dont_merge})