fix CXXFLAGS

This commit is contained in:
Dylan T 2020-12-14 22:02:16 +00:00 committed by GitHub
parent 6afbd1f55c
commit c95e283507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ curl -sSL https://github.com/php/pecl-file_formats-yaml/archive/2.2.0.tar.gz | t
cd ..
CFLAGS="$CFLAGS -march=x86-64"
CXXFLAGS="CXXFLAGS -march=x86-64"
CXXFLAGS="$CXXFLAGS -march=x86-64"
./buildconf --force
./configure \