Skip to content

Commit

Permalink
Update build_linux.sh
Browse files Browse the repository at this point in the history
strip-unneeded from libdawdreamer.so
  • Loading branch information
DBraun committed Sep 7, 2024
1 parent 9fa3461 commit 07389dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ldconfig

# faust/architecture/faust/midi/RtMidi.cpp has #include <alsa/asoundlib.h>
make VERBOSE=1 CONFIG=Release LIBS="-lstdc++fs" LDFLAGS="-L/__w/DawDreamer/DawDreamer/alsa-lib/src -L$PYTHONLIBPATH" CXXFLAGS="-I../../alsa-lib/include -I$PYTHONINCLUDEPATH"
# strip --strip-unneeded build/libdawdreamer.so
strip --strip-unneeded build/libdawdreamer.so
mv build/libdawdreamer.so ../../dawdreamer/dawdreamer.so
cd ../..

Expand Down

0 comments on commit 07389dc

Please sign in to comment.