Skip to content

Commit fad94a9

Browse files
authored
pixman: ARM64 intrinsics supported on Mach-O (#260)
1 parent c0a0e38 commit fad94a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/lin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ $CURL https://cairographics.org/releases/pixman-${VERSION_PIXMAN}.tar.gz | tar x
384384
cd ${DEPS}/pixman
385385
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
386386
-Dlibpng=disabled -Dgtk=disabled -Dopenmp=disabled -Dtests=disabled -Ddemos=disabled \
387-
${DARWIN_ARM:+-Da64-neon=disabled}
387+
${WITHOUT_NEON:+-Da64-neon=disabled}
388388
meson install -C _build --tag devel
389389

390390
mkdir ${DEPS}/cairo

0 commit comments

Comments
 (0)