Commit graph

5 commits

Author SHA1 Message Date
Artturin 3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Randy Eckenrode 7620992f22
edk2-uefi-shell: fix build when sandboxing is disabled on x86_64-darwin 2022-11-13 18:12:28 -05:00
Randy Eckenrode 0aa21a7053
edk2-uefi-shell: fix build on x86_64-darwin
ZHF #199919
2022-11-06 19:53:37 -05:00
Luna Nova 3df300574d
edk2-uefi-shell: init at 202202 2022-10-16 13:15:59 -07:00