statically linking libstdc++; recursive cloninng
This commit is contained in:
parent
2f101fdccf
commit
829243f059
@ -9,4 +9,4 @@ DEBUG_FLAGS=-O0 -ggdb -fsanitize=undefined -DDebug
|
||||
CXX=g++
|
||||
|
||||
LDFLAGS=-L./lib/midi/
|
||||
LDLIBS=-lmidi-alsa -lasound -lpthread
|
||||
LDLIBS=-lmidi-alsa -lasound -lpthread -static-libgcc -static-libstdc++
|
||||
|
@ -27,7 +27,7 @@ lowdown -s doc/functions.md -m "title:Lista funkcji języka Musique" -o "$Target
|
||||
|
||||
echo "Copy source code"
|
||||
|
||||
git clone --quiet --depth=1 "$(git remote -v | awk '{ print $2 }' | head -n1)" "$Target"/source_code
|
||||
git clone --recursive --quiet --depth=1 "$(git remote -v | awk '{ print $2 }' | head -n1)" "$Target"/source_code
|
||||
rm -rf "$Target"/source_code/.git
|
||||
|
||||
echo "Boundle it all up"
|
||||
|
Loading…
Reference in New Issue
Block a user