mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Code Sign should work? maybe
This commit is contained in:
parent
11a38f893c
commit
0509cea330
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue