Skip to content

Commit

Permalink
Use newer config.sub/guess to support OSX ARM64
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 1, 2024
1 parent 5352649 commit 63d8911
Show file tree
Hide file tree
Showing 4 changed files with 3,590 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/bambamc/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash

set -xe

# use newer config.guess and config.sub that support osx arm64
cp ${RECIPE_DIR}/config.* .

export C_INCLUDE_PATH=${PREFIX}/include
export LIBRARY_PATH=${PREFIX}/lib
./configure --prefix=${PREFIX}
Expand Down
Loading

0 comments on commit 63d8911

Please sign in to comment.