Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Feb 6, 2025
1 parent ac2dce7 commit 9a5a27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ elseif (APPLE)
# supports the first version changed from OS X to macOS
add_definitions("--target=x86_64-apple-macos10.12")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --target=x86_64-apple-macos10.12")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --target=x86_64-apple-macos10.12")
endif()
endif()
SET(CMAKE_FIND_LIBRARY_SUFFIXES .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
Expand Down
2 changes: 1 addition & 1 deletion lsd2
Submodule lsd2 updated 1 files
+ bin/lsd2.exe

0 comments on commit 9a5a27c

Please sign in to comment.