speedcrunch: remove B_ARGV_ONLY application flag (#13780)

This commit is contained in:
augiedoggie
2026-02-28 21:52:00 -07:00
committed by GitHub
parent dd1e885e3e
commit 38ac59814b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
resource app_flags B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
resource app_flags B_MULTIPLE_LAUNCH ;
resource app_version {
major = @MAJOR@,

View File

@@ -7,7 +7,7 @@ It is available for Windows, OS X, Linux and Haiku in a number of languages."
HOMEPAGE="https://www.speedcrunch.org/"
COPYRIGHT="2014-2016 Helder Correia"
LICENSE="GNU GPL v2"
REVISION="6"
REVISION="7"
srcGitRev="7a18d76caad9"
SOURCE_URI="https://bitbucket.org/heldercorreia/speedcrunch/get/$srcGitRev.zip"
CHECKSUM_SHA256="23e8a7964186b6f1ca4026ba9a72e7e6f9ccc6f25995056297a271919f9c4688"
@@ -51,6 +51,7 @@ BUILD()
{
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_INSTALL_PREFIX=$prefix ../src
make $jobArgs OBJ_DIR=objects
}