Browse Source

Fix macOS build

pull/11524/head
Sergey Shulepov 3 years ago
committed by Zach White
parent
commit
e941f04891
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shell.nix

+ 1
- 1
shell.nix View File

@ -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…
Cancel
Save