Skip to content

Commit

Permalink
Merge pull request #777 from openmultiplayer/Hual/support-lfs
Browse files Browse the repository at this point in the history
Support LFS
  • Loading branch information
Hual authored Nov 24, 2023
2 parents bb83a9f + 168c04f commit 7825487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ elseif(UNIX)
set(TARGET_BUILD_ARCH "x86" CACHE STRING "The architecture to build for.")
set(SHARED_OPENSSL TRUE CACHE BOOL "Whether to dynamically link the OpenSSL library")
set(STATIC_STDCXX FALSE CACHE BOOL "Whether to statically link against libc++.")
add_compile_definitions("_FILE_OFFSET_BITS=64")
# Apple Clang
else()
set(CMAKE_CXX_STDLIB "libc++" CACHE STRING "The standard library to use.")
Expand Down

0 comments on commit 7825487

Please sign in to comment.