Merge pull request #47 from dhumphrey7/patch-1

Fixed a typo to Nasm package
This commit is contained in:
Robert Baker
2019-03-29 07:43:03 -07:00
committed by GitHub

View File

@@ -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