stepmania: use make explicitly
This commit is contained in:
parent
e1f1e33581
commit
7224bfacde
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ pkgname=stepmania
|
|||
version=5.0.12
|
||||
revision=2
|
||||
build_style=cmake
|
||||
make_cmd=make
|
||||
cmake_builddir="Build"
|
||||
hostmakedepends="nasm yasm pkg-config git"
|
||||
makedepends="libmad-devel libvorbis-devel pcre-devel libjpeg-turbo-devel
|
||||
|
@ -19,6 +20,8 @@ checksum=df79bcadd69d4ed60cf560d45386ec275181343495ffd744c3ff8f73c83d4755
|
|||
# with Windows
|
||||
archs="i686 x86_64"
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
post_install() {
|
||||
vlicense Docs/Licenses.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue