mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
uasm: set NIX_CFLAGS_COMPILE correctly
This commit is contained in:
parent
e9674ebd36
commit
c6a8df061a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"Makefile-Linux-GCC-64.mak";
|
||||
|
||||
# Needed for compiling with GCC > 13
|
||||
env.NIX_CFLAGS_COMPILE = lib.escapeShellArgs [
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
"-std=c99"
|
||||
"-Wno-incompatible-pointer-types"
|
||||
"-Wno-int-conversion"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue