Fixed a typo to Nasm package

URL was bad for 2.14.02
This commit is contained in:
dhumphrey7
2019-03-28 16:36:21 -05:00
committed by GitHub
parent 397fb1016d
commit b0343f8476

View File

@@ -175,7 +175,7 @@ if build "yasm"; then
fi
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
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
execute make -j $MJOBS