2 次代码提交 5de0ed437f ... 6a224f33f4

作者 SHA1 备注 提交日期
  orbea 6a224f33f4 Update LICENSE 2 年之前
  orbea 66c4a1a767 games/jgemu/bsnes: Remove -fopenmp 2 年之前
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 1 1
      LICENSE
  2. 2 3
      games/jgemu/bsnes/bsnes.build

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright 2020-2021 orbea
+Copyright 2020-2022 orbea
 All rights reserved.
 
 Redistribution and use of this script, with or without modification, is

+ 2 - 3
games/jgemu/bsnes/bsnes.build

@@ -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"