From 10d8436e0ff08d74acf3707b62e3674ad56d5fda Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 12 Jan 2025 22:11:10 +0800 Subject: fix spec --- scripts/rpmbuild/xmake.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 1a6985e29..d7c4a1001 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ Name: xmake Version: 2.9.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A cross-platform build utility based on Lua # Application and 3rd-party modules licensing: @@ -52,11 +52,10 @@ rm -rf core/src/{lua,luajit,lua-cjson,lz4,pdcurses}/*/ %build %set_build_flags -%configure --external=yes %if %{use_luajit} - --runtime=luajit +%configure --external=y --runtime=luajit %else - --runtime=lua +%configure --external=y --runtime=lua %endif %make_build -- cgit v1.3.1