Skip to content

Commit

Permalink
ci: darwin test: maybe if we bring these back?
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Nov 28, 2024
1 parent 715a30c commit 8745748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ in {
# echo ']]]]]]]]]]]]]]]]]]]]]] env lines containing apple-sdk'
# exit 1
# '';
# postPatch = (old.postPatch or "") + ''
postPatch = (old.postPatch or "") + ''
NIX_LDFLAGS+=" -F$DEVELOPER_DIR/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
NIX_LDFLAGS+=" -L$DEVELOPER_DIR/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib"
# NIX_CFLAGS_COMPILE+=" -isysroot $SDKROOT"
# NIX_CFLAGS_COMPILE+=" -idirafter $SDKROOT/usr/include"
# NIX_CFLAGS_COMPILE+=" -iframework $SDKROOT/System/Library/Frameworks"
Expand Down

0 comments on commit 8745748

Please sign in to comment.