Skip to content

Commit

Permalink
fix architecture issue with github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Sep 19, 2024
1 parent f666905 commit ac93e01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions environments/Qt/libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ if (UNIX AND NOT APPLE)
set(CMAKE_CXX_FLAGS -fPIC)
endif()

if (APPLE AND NOT IOS)
set(CMAKE_OSX_ARCHITECTURES x86_64)
endif()

set (LIBDIR ${CMAKE_CURRENT_SOURCE_DIR})

#######################################
Expand Down

0 comments on commit ac93e01

Please sign in to comment.