Etapa G: gperf -std=c++14 (3.1 usa 'register', prohibido en C++17)
This commit is contained in:
@@ -9,6 +9,6 @@ compiler = "zig-cc"
|
||||
target = "x86_64-linux-musl"
|
||||
link = "static"
|
||||
[build.phases]
|
||||
configure = "./configure --prefix=/usr"
|
||||
configure = "CXXFLAGS=\"$CXXFLAGS -std=c++14\" ./configure --prefix=/usr"
|
||||
compile = "make"
|
||||
install = "make install DESTDIR=/out"
|
||||
|
||||
Reference in New Issue
Block a user