Skip to content

Commit

Permalink
Merge pull request #13 from dktapps/bedrock-1.20.40
Browse files Browse the repository at this point in the history
Updated for Bedrock 1.20.40
  • Loading branch information
MCMrARM authored Nov 4, 2023
2 parents 4b8088a + b07d01c commit 4191a1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ endif()

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

#BDS is linked to libc++ since 1.20.40
set(CMAKE_CXX_COMPILER "clang++")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")

set(MODLOADER_VERSION "Preview 3")

add_subdirectory(dep/funchook)
Expand Down

0 comments on commit 4191a1c

Please sign in to comment.