mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 09:19:10 +00:00
Fix macOS build
This commit is contained in:
parent
11bd51441b
commit
e941f04891
1 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,6 @@ mkShell {
|
|||
shellHook = ''
|
||||
# Prevent the avr-gcc wrapper from picking up host GCC flags
|
||||
# like -iframework, which is problematic on Darwin
|
||||
unset NIX_TARGET_CFLAGS_COMPILE
|
||||
unset NIX_CFLAGS_COMPILE_FOR_TARGET
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue