mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/raylib: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1f793ec634
commit
f5b5572e1c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ cd build
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DUSE_WAYLAND=`[[ $WAYLAND -eq 1 ]] && echo "ON" || echo "OFF"` \
|
||||
-DUSE_WAYLAND=$( [[ $WAYLAND -eq 1 ]] && echo "ON" || echo "OFF" ) \
|
||||
-DBUILD_EXAMPLES=OFF ..
|
||||
make RAYLIB_MODULE_RAYGUI=TRUE
|
||||
make install DESTDIR=$PKG
|
||||
|
|
Loading…
Reference in a new issue