mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-10 20:37:13 +00:00
remove CXXFLAGS hack for gcc9
This commit is contained in:
parent
a777d4d585
commit
cfa89940f2
@ -121,7 +121,6 @@ pkgs: prevPkgs: {
|
|||||||
make -j$NIX_BUILD_CORES
|
make -j$NIX_BUILD_CORES
|
||||||
make install
|
make install
|
||||||
'';
|
'';
|
||||||
env.CXXFLAGS = "--std=c++14"; # gcc 9 doesn't seem to like C++17
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# binutils -- binutils with the wrappers provided by nixpkgs
|
# binutils -- binutils with the wrappers provided by nixpkgs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user