Skip to content

Commit

Permalink
Update per pull request 27 review
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Jan 7, 2022
1 parent 3ccf440 commit cddb6c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ else (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
if (APPLE)
# add_compile_options( -arch x86_64 -arch arm64 -fno-common)
add_compile_options( -fno-common)
add_definitions(-DWX_PRECOMP)
endif ()
Expand Down

0 comments on commit cddb6c1

Please sign in to comment.