Skip to content

Commit

Permalink
linux fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 15, 2024
1 parent 28822b3 commit 43ee15c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
source-dir: ./src
options: CMAKE_BUILD_TYPE=Release
build-args: --config Release
cxx-flags: -stdlib=libc++ -std=c++20
- name: Create build directory
run: mkdir ./final-build
- name: Copy assets
Expand Down
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ else()
set(SUBSYSTEM_LINKER_OPTIONS "-mwindows")
endif()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++20")

set_target_properties(TheFrim PROPERTIES
VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
)
Expand Down

0 comments on commit 43ee15c

Please sign in to comment.