Skip to content

Commit

Permalink
add arch flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Mar 25, 2024
1 parent a393e3a commit 9f9bf90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/bioawk/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
export LIBRARY_PATH="$PREFIX/lib"
export ARCHFLAGS="-arch $(uname -m)"

make CC=$CC CFLAGS="-g -Wall -O2 -I$PREFIX/include -L$PREFIX/lib"

Expand Down

0 comments on commit 9f9bf90

Please sign in to comment.