mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
fix CXXFLAGS
This commit is contained in:
parent
6afbd1f55c
commit
c95e283507
@ -21,7 +21,7 @@ curl -sSL https://github.com/php/pecl-file_formats-yaml/archive/2.2.0.tar.gz | t
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -march=x86-64"
|
CFLAGS="$CFLAGS -march=x86-64"
|
||||||
CXXFLAGS="CXXFLAGS -march=x86-64"
|
CXXFLAGS="$CXXFLAGS -march=x86-64"
|
||||||
|
|
||||||
./buildconf --force
|
./buildconf --force
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user