|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
# build script for bsnes
|
|
|
|
|
|
-# Copyright 2020-2021 orbea
|
|
|
+# Copyright 2020-2022 orbea
|
|
|
# All rights reserved.
|
|
|
#
|
|
|
# Redistribution and use of this script, with or without modification, is
|
|
@@ -35,8 +35,7 @@ URL="https://gitlab.com/jgemu/$PRGNAM.git"
|
|
|
|
|
|
_jgmake Makefile \
|
|
|
CFLAGS="$BLDFLAGS" \
|
|
|
- CXXFLAGS="$BLDFLAGS -fopenmp" \
|
|
|
- LDFLAGS='-fopenmp' \
|
|
|
+ CXXFLAGS="$BLDFLAGS" \
|
|
|
DATADIR="$PKG"/share/games
|
|
|
|
|
|
_install "$PRGNAM" "$VERSION" "$PKG" "$SRC"
|