supertux2: use make explicitly
This commit is contained in:
parent
833c5c20ec
commit
f7e7c92e18
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ configure_args="
|
|||
-DINSTALL_SUBDIR_BIN=bin
|
||||
-DINSTALL_SUBDIR_SHARE=share/supertux2
|
||||
-DWERROR=OFF"
|
||||
make_cmd=make
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2_image-devel boost-devel glew-devel libcurl-devel
|
||||
libopenal-devel libraqm-devel physfs-devel"
|
||||
|
@ -19,3 +20,5 @@ homepage="https://supertux.github.io/"
|
|||
distfiles="https://github.com/SuperTux/supertux/releases/download/v${version}/SuperTux-v${version}-Source.tar.gz"
|
||||
checksum=26a9e56ea2d284148849f3239177d777dda5b675a10ab2d76ee65854c91ff598
|
||||
replaces="supertux2-data>=0"
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
|
Loading…
Reference in a new issue