Skip to content

Commit

Permalink
set -ex in build.sh for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danpetry committed Feb 6, 2024
1 parent 25daf28 commit d537729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -ex

# Install to conda style directories
[[ -d lib64 ]] && mv lib64 lib
Expand Down

0 comments on commit d537729

Please sign in to comment.