mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
modifiy RPATH setting for macOS
This commit is contained in:
@@ -18,7 +18,7 @@ endif ( ZOOMFIX )
|
|||||||
if( UNIX AND NOT APPLE )
|
if( UNIX AND NOT APPLE )
|
||||||
add_definitions( -DSUPPRESS_AVAHI_COMPAT_WARNING )
|
add_definitions( -DSUPPRESS_AVAHI_COMPAT_WARNING )
|
||||||
else()
|
else()
|
||||||
set( CMAKE_INSTALL_RPATH "/Library/Frameworks/" )
|
set( CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory( lib/llhttp )
|
add_subdirectory( lib/llhttp )
|
||||||
|
|||||||
Reference in New Issue
Block a user