+5
-3
lines changedFilter options
+5
-3
lines changed Original file line number Diff line number Diff line change
@@ -209,7 +209,8 @@ if (APPLE) # ... with Apple macOS libraries
209
209
find_library(ObjC objc)
210
210
find_library(CoreFoundation CoreFoundation)
211
211
find_library(IOKit IOKit)
212
-
target_link_libraries(${STLINK_LIB_SHARED} ${LIBUSB_LIBRARY} ${SSP_LIB} ${ObjC} ${CoreFoundation} ${IOKit})
212
+
find_library(Security Security)
213
+
target_link_libraries(${STLINK_LIB_SHARED} ${LIBUSB_LIBRARY} ${SSP_LIB} ${ObjC} ${CoreFoundation} ${IOKit} ${Security})
213
214
elseif (WIN32) # ... with Windows libraries
214
215
target_link_libraries(${STLINK_LIB_SHARED} ${LIBUSB_LIBRARY} ${SSP_LIB} wsock32 ws2_32)
215
216
else ()
@@ -251,7 +252,8 @@ if (APPLE) # ... with Apple macOS libraries
251
252
find_library(ObjC objc)
252
253
find_library(CoreFoundation CoreFoundation)
253
254
find_library(IOKit IOKit)
254
-
target_link_libraries(${STLINK_LIB_STATIC} ${LIBUSB_LIBRARY} ${SSP_LIB} ${ObjC} ${CoreFoundation} ${IOKit})
255
+
find_library(Security Security)
256
+
target_link_libraries(${STLINK_LIB_STATIC} ${LIBUSB_LIBRARY} ${SSP_LIB} ${ObjC} ${CoreFoundation} ${IOKit} ${Security})
255
257
elseif (WIN32) # ... with Windows libraries
256
258
target_link_libraries(${STLINK_LIB_STATIC} ${LIBUSB_LIBRARY} ${SSP_LIB} wsock32 ws2_32)
257
259
else ()
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_BINARY_DIR}/dist")
17
17
18
18
if (APPLE) # macOS
19
19
set(CPACK_GENERATOR "ZIP")
20
-
set(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION}-macosx-amd64")
20
+
set(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION}-macos-amd64")
21
21
set(CPACK_INSTALL_PREFIX "")
22
22
23
23
elseif (WIN32 AND (NOT EXISTS "/etc/debian_version")) # Windows
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4