Code Sign should work? maybe

This commit is contained in:
ZeldaZach 2025-01-08 20:43:58 -05:00
parent 11a38f893c
commit 0509cea330
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -122,6 +122,7 @@ if(UNIX)
set(CMAKE_XCODE_ATTRIBUTE_CXX "${CMAKE_BINARY_DIR}/launch-cxx")
set(CMAKE_XCODE_ATTRIBUTE_LD "${CMAKE_BINARY_DIR}/launch-c")
set(CMAKE_XCODE_ATTRIBUTE_LDPLUSPLUS "${CMAKE_BINARY_DIR}/launch-cxx")
set(CMAKE_XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS "-o linker-signed")
endif()
else()
# Linux / BSD