mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +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 ..
|
||||
|
||||
CFLAGS="$CFLAGS -march=x86-64"
|
||||
CXXFLAGS="CXXFLAGS -march=x86-64"
|
||||
CXXFLAGS="$CXXFLAGS -march=x86-64"
|
||||
|
||||
./buildconf --force
|
||||
./configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user