mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Merge pull request #47 from dhumphrey7/patch-1
Fixed a typo to Nasm package
This commit is contained in:
@@ -175,7 +175,7 @@ if build "yasm"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if build "nasm"; then
|
if build "nasm"; then
|
||||||
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.14.02.tar.gz" "nasm.tar.gz"
|
download "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz" "nasm.tar.gz"
|
||||||
cd $PACKAGES/nasm-2.14.02 || exit
|
cd $PACKAGES/nasm-2.14.02 || exit
|
||||||
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
|
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
|
||||||
execute make -j $MJOBS
|
execute make -j $MJOBS
|
||||||
|
|||||||
Reference in New Issue
Block a user