forked from hasufell/hasufell-repository
games-rpg/valyriatear: fix install destinations after cmake.exlib change
This commit is contained in:
parent
b73f7bbf3c
commit
46af41accd
@ -41,8 +41,9 @@ DEPENDENCIES="
|
||||
"
|
||||
|
||||
CMAKE_SRC_CONFIGURE_PARAMS=(
|
||||
-DPKG_BINDIR=/usr/$(exhost --target)/bin
|
||||
-DPKG_DATADIR=/usr/share/${PN}
|
||||
-DCMAKE_INSTALL_PREFIX="/usr"
|
||||
-DPKG_BINDIR="/usr/$(exhost --target)/bin"
|
||||
-DPKG_DATADIR="/usr/share/${PN}"
|
||||
-DUSE_PCH_COMPILATION=OFF
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user