File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,9 @@ $$(OPENSSL_WHEEL-$(target)): $$(OPENSSL_LIB-$(target)) $$(BDIST_WHEEL)
435
435
cp -r $$(OPENSSL_INSTALL-$(target ) ) /include $$(OPENSSL_INSTALL-$(target ) ) /wheel/opt/include
436
436
cp -r $$(OPENSSL_INSTALL-$(target ) ) /lib $$(OPENSSL_INSTALL-$(target ) ) /wheel/opt/lib
437
437
438
+ # Remove dynamic library content
439
+ rm -f $$(OPENSSL_INSTALL-$(target ) ) /wheel/opt/lib/*.dylib
440
+
438
441
# Copy LICENSE file
439
442
# OpenSSL 1.1.1 uses LICENSE; OpenSSL 3 uses LICENSE.txt
440
443
if [ -f "$$(OPENSSL_SRCDIR-$(target ) ) /LICENSE.txt" ]; then \
@@ -491,6 +494,9 @@ $$(LIBFFI_WHEEL-$(target)): $$(LIBFFI_LIB-$(target)) $$(BDIST_WHEEL)
491
494
cp -r $$(LIBFFI_SRCDIR-$(target))/include $$(LIBFFI_SRCDIR-$(target))/wheel/opt/include
492
495
cp -r $$(LIBFFI_SRCDIR-$(target))/.libs $$(LIBFFI_SRCDIR-$(target))/wheel/opt/lib
493
496
497
+ # Remove dynamic library content
498
+ rm -f $$(LIBFFI_SRCDIR-$(target))/wheel/opt/lib/*.dylib
499
+
494
500
# Copy LICENSE file
495
501
cp $$(LIBFFI_SRCDIR-$(os))/LICENSE $$(LIBFFI_WHEEL_DISTINFO-$(target))
496
502
You can’t perform that action at this time.
0 commit comments