Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sirjuddington/SLADE
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Dec 25, 2023
2 parents c51eb0b + 29f8e23 commit a283ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
config:
- {
name: "macOS",
os: macos-11,
extra_options: "-DBUILD_PK3=ON",
os: macos-12,
extra_options: "-DBUILD_PK3=ON",
deps_cmdline: "brew install fluidsynth freeimage ftgl lua mpg123 sfml wxwidgets"
}
- {
Expand Down
2 changes: 1 addition & 1 deletion cmake/unix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ target_link_libraries(slade
${MPG123_LIBRARIES}
)

if(LINUX)
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION LESS 9)
target_link_libraries(slade -lstdc++fs)
endif()

Expand Down

0 comments on commit a283ade

Please sign in to comment.