statically linking libstdc++; recursive cloninng

This commit is contained in:
Robert Bendun 2022-09-18 16:42:39 +02:00
parent 2f101fdccf
commit 829243f059
2 changed files with 2 additions and 2 deletions

View File

@ -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++

View File

@ -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"