Skip to content

Commit

Permalink
add m4 build_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 16, 2024
1 parent 01032c9 commit cc66201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/lofreq/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -eu -o pipefail

export M4="${BUILD_PREFIX}/bin/m4"
export INCLUDE_PATH="${PREFIX}/include"
export LIBRARY_PATH="${PREFIX}/lib"
export LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
Expand Down

0 comments on commit cc66201

Please sign in to comment.