Skip to content

Commit

Permalink
Add macOS 12.1 test data
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Jul 7, 2024
1 parent a0427a4 commit d97feb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions delocate/tests/data/make_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ $CXX_64 -o libc.dylib -dynamiclib c.cc -L. -la -lb
$CXX_64 -o test-lib d.cc -L. -lc

MACOSX_DEPLOYMENT_TARGET=12.0 $CXX_64 -o libc_12.dylib -dynamiclib c.cc -L. -la -lb
MACOSX_DEPLOYMENT_TARGET=12.1 $CXX_64 -o libc_12_1.dylib -dynamiclib c.cc -L. -la -lb

# Make a dual-arch library
lipo -create liba.dylib libam1.dylib -output liba_both.dylib
Expand Down

0 comments on commit d97feb7

Please sign in to comment.