Build: Remove prefix on plugins

This commit is contained in:
SirLynix 2023-01-29 19:56:54 +01:00
parent 8bc953240d
commit 86106827f7
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ if has_config("assimp") then
set_kind("shared")
set_group("Plugins")
add_rpathdirs("$ORIGIN")
set_prefixname("")
add_deps("NazaraUtility")
add_packages("assimp")

View File

@ -7,6 +7,7 @@ if has_config("ffmpeg") then
set_kind("shared")
set_group("Plugins")
add_rpathdirs("$ORIGIN")
set_prefixname("")
add_deps("NazaraUtility")
add_packages("ffmpeg")