Skip to content

Instantly share code, notes, and snippets.

View lordgnu's full-sized avatar

Don Bauer lordgnu

  • BauerBox
  • Nashville TN
View GitHub Profile
@edy555
edy555 / openlase-osx-cmake.patch
Created March 16, 2012 17:26
patch to openlase for MacOSX with cmake
diff --git a/Modules/CMakeASM_YASMInformation.cmake b/Modules/CMakeASM_YASMInformation.cmake
index 50b2848..3d7b330 100644
--- a/Modules/CMakeASM_YASMInformation.cmake
+++ b/Modules/CMakeASM_YASMInformation.cmake
@@ -1,7 +1,13 @@
set(ASM_DIALECT "_YASM")
set(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS asm)
-if(UNIX)
+if(APPLE)