Skip to content

Commit

Permalink
chore: change libfluidsynth outpu path lib64 to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yukota committed Jan 8, 2019
1 parent 1398ab3 commit dcf4b4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd $WORKSPACE/srcdir
cd fluidsynth/
mkdir build
cd build/
cmake .. -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_TOOLCHAIN_FILE=/opt/$target/$target.toolchain
cmake .. -DCMAKE_INSTALL_PREFIX=$prefix -DLIB_SUFFIX="" -DCMAKE_TOOLCHAIN_FILE=/opt/$target/$target.toolchain
make
make install
exit
Expand All @@ -45,4 +45,3 @@ dependencies = [

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)

0 comments on commit dcf4b4a

Please sign in to comment.