Skip to content

Commit

Permalink
OS X: Build both archs.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 7, 2009
1 parent dd8eb8a commit 6296fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/CMakeLists.txt
Expand Up @@ -399,7 +399,7 @@ ENDIF (WIN32)

IF (APPLE)
ADD_DEFINITIONS ( -DMACOSX)
#SET (CMAKE_OSX_ARCHITECTURES ppc;i386)
SET (CMAKE_OSX_ARCHITECTURES ppc;i386)
SET (CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.4u.sdk)
SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mmacosx-version-min=10.4" )
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mmacosx-version-min=10.4" )
Expand Down

0 comments on commit 6296fd7

Please sign in to comment.