Skip to content

Commit 36c41bc

Browse files
authored
Another attempt at excluding libsasl2 from the wheels
1 parent 6527e9d commit 36c41bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wheels/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ case $OSTYPE in
3636
lib_dir=dest/runtimes/linux-$ARCH/native
3737
export CIBW_ENVIRONMENT="CFLAGS=-I\$PWD/dest/build/native/include LDFLAGS=-L\$PWD/$lib_dir LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:\$PWD/$lib_dir"
3838
# Do not include libsasl2 and its dependencies in the resulting wheel.
39-
export CIBW_REPAIR_WHEEL_COMMAND="auditwheel repair --exclude 'libsasl2.so*' -w {dest_dir} {wheel}"
39+
export CIBW_REPAIR_WHEEL_COMMAND='auditwheel repair --exclude libsasl2.so* -w {dest_dir} {wheel}'
4040
;;
4141
darwin*)
4242
os=macos

0 commit comments

Comments
 (0)