You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{makeFlags=[# FIXME stdenv.mkDerivation fails to preserve the space after "-fcommon"#''EXTRA_CFLAGS="-fcommon -DTARGET_FORMAT=${targetFormat}"''# no. in bash, the backslash is a separate char of the string#"EXTRA_CFLAGS=-fcommon\\ -DTARGET_FORMAT=${targetFormat}"];preConfigure='' # no. gcc: error: unrecognized command-line option '-fcommon -DTARGET_FORMAT=AVM_LE' #makeFlagsArray+=('EXTRA_CFLAGS="-fcommon -DTARGET_FORMAT=${targetFormat}"') makeFlagsArray+=('EXTRA_CFLAGS=-fcommon -DTARGET_FORMAT=${targetFormat}') '';
The text was updated successfully, but these errors were encountered:
NixOS#114044
https://discourse.nixos.org/t/cmakeflags-and-spaces-in-option-values/20170
NixOS#175649
workaround
The text was updated successfully, but these errors were encountered: