mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-21 13:29:36 +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 install
|
||||
'';
|
||||
env.CXXFLAGS = "--std=c++14"; # gcc 9 doesn't seem to like C++17
|
||||
};
|
||||
|
||||
# binutils -- binutils with the wrappers provided by nixpkgs
|
||||
|
Loading…
Reference in New Issue
Block a user