Skip to content

Commit

Permalink
Support LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Hual authored Nov 15, 2023
1 parent 8829f9f commit 168c04f
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 168c04f

Please sign in to comment.