bitfighter: fix wrksrc

This commit is contained in:
classabbyamp 2022-07-23 18:11:56 -04:00
parent 9d914e2310
commit 2d99639a47
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Template file for 'bitfighter' # Template file for 'bitfighter'
pkgname=bitfighter pkgname=bitfighter
version=022 version=022
revision=1 revision=2
create_wrksrc=yes
build_wrksrc="${pkgname}-${version}"
build_style=cmake build_style=cmake
configure_args="-DMASTER_MINIMAL=1 -DLUAJIT_BUILTIN=OFF" configure_args="-DMASTER_MINIMAL=1 -DLUAJIT_BUILTIN=OFF"
hostmakedepends="pkg-config unzip" hostmakedepends="pkg-config unzip"