Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored and skullydazed committed Jan 11, 2021
1 parent 11bd514 commit e941f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
}

0 comments on commit e941f04

Please sign in to comment.