Skip to content

Commit

Permalink
ci: darwin test: oops - remove those flags, they don't help and they …
Browse files Browse the repository at this point in the history
…clutter up the logs
  • Loading branch information
Rhys-T committed Nov 28, 2024
1 parent a2be601 commit 715a30c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ in {
# echo ']]]]]]]]]]]]]]]]]]]]]] env lines containing apple-sdk'
# exit 1
# '';
postPatch = (old.postPatch or "") + ''
NIX_CFLAGS_COMPILE+=" -isysroot $SDKROOT"
NIX_CFLAGS_COMPILE+=" -idirafter $SDKROOT/usr/include"
NIX_CFLAGS_COMPILE+=" -iframework $SDKROOT/System/Library/Frameworks"
'';
# postPatch = (old.postPatch or "") + ''
# NIX_CFLAGS_COMPILE+=" -isysroot $SDKROOT"
# NIX_CFLAGS_COMPILE+=" -idirafter $SDKROOT/usr/include"
# NIX_CFLAGS_COMPILE+=" -iframework $SDKROOT/System/Library/Frameworks"
# '';
PS4 = "+(\${BASH_SOURCE}:\${LINENO}): \${FUNCNAME[0]:+\${FUNCNAME[0]}(): }";
NIX_DEBUG = 7;
NIX_LDFLAGS = (old.NIX_LDFLAGS or "") + " -t";
Expand Down

0 comments on commit 715a30c

Please sign in to comment.