Build: set rpath to origin
This commit is contained in:
parent
100006024b
commit
3beacd3ffc
|
|
@ -11,6 +11,7 @@ if has_config("assimp") then
|
|||
target("PluginAssimp")
|
||||
set_kind("shared")
|
||||
set_group("Plugins")
|
||||
add_rpathdirs("$ORIGIN")
|
||||
|
||||
add_deps("NazaraUtility")
|
||||
add_packages("assimp")
|
||||
|
|
|
|||
Loading…
Reference in New Issue