mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 01:18:07 +00:00
fix: macos?
This commit is contained in:
@@ -142,7 +142,8 @@ if(WIN32)
|
||||
IMPORTED_IMPLIB "${MARIADB_IMPLIB_LOCATION}")
|
||||
elseif(APPLE)
|
||||
set_target_properties(MariaDB::ConnCpp PROPERTIES
|
||||
MACOSX_RPATH TRUE)
|
||||
MACOSX_RPATH TRUE
|
||||
INSTALL_NAME_DIR "@rpath")
|
||||
endif()
|
||||
|
||||
# Add directories to include lists
|
||||
|
Reference in New Issue
Block a user