Skip to content

Commit 1bcf5e0

Browse files
committed
Try to fix conda build on macOS
1 parent ad8ed81 commit 1bcf5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda.recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2+
unset MACOSX_DEPLOYMENT_TARGET
23
${PYTHON} setup.py install;
3-

0 commit comments

Comments
 (0)