Skip to content

Commit

Permalink
Removed 32 bit support from plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Jan 17, 2013
1 parent 30a16b7 commit 3d79630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/interfaces/kovan/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6.0)

IF(APPLE)
SET(CMAKE_OSX_SYSROOT "${OSX_DEVELOPER_ROOT}/SDKs/MacOSX10.6.sdk")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -arch i386 -g")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -g")
ENDIF(APPLE)

FIND_PACKAGE(Qt4 REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion plugins/interfaces/kovan_serial/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6.0)

IF(APPLE)
SET(CMAKE_OSX_SYSROOT "${OSX_DEVELOPER_ROOT}/SDKs/MacOSX10.6.sdk")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -arch i386 -g")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -g")
ENDIF(APPLE)

FIND_PACKAGE(Qt4 REQUIRED)
Expand Down

0 comments on commit 3d79630

Please sign in to comment.