Skip to content

Commit

Permalink
Revert "Try linking libsystem statically (#67)"
Browse files Browse the repository at this point in the history
This reverts commit 6fe0aa6.
  • Loading branch information
theCapypara committed Jul 21, 2024
1 parent 3f77882 commit ddc8545
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ if(APPLE)
else()
message(WARNING "Homebrew LLVM not found. Using system default, this might or might not work.")
endif()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -static")
endif()

if(MSVC)
Expand Down

0 comments on commit ddc8545

Please sign in to comment.