Skip to content

Commit

Permalink
add m4
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Dec 13, 2024
1 parent 250de8f commit 2ceef13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/stringtie/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
mkdir -p $PREFIX/bin
ln -sf $PREFIX/lib/libz.so.1 $PREFIX/lib/libz.so

export M4="${BUILD_PREFIX}/bin/m4"
export C_INCLUDE_PATH=$PREFIX/include
export CPLUS_INCLUDE_PATH=$PREFIX/include
export LIBPATH="-L${PREFIX}/lib"
export LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
export LINKER="$CXX"
export CXXFLAGS="$CPPFLAGS"
Expand Down

0 comments on commit 2ceef13

Please sign in to comment.