mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/mgba: Fix library location.
Thanks to Hunter "Orbea" S for the fix. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
21ef17ff3a
commit
722659c98d
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=mgba
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -78,7 +78,7 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIBDIR=lib$LIBDIRSUFFIX \
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=lib$LIBDIRSUFFIX \
|
||||
-DBUILD_QT=${QT} \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue