summaryrefslogtreecommitdiffstats
path: root/flashtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'flashtools/Makefile')
-rw-r--r--flashtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashtools/Makefile b/flashtools/Makefile
index dc41e0a..47852f0 100644
--- a/flashtools/Makefile
+++ b/flashtools/Makefile
@@ -7,6 +7,6 @@ clean:
rm $(TARGETS)
.cpp:
- g++ -g `pkg-config --cflags sword` $< -o $@ `pkg-config --libs sword`
+ g++ -g `pkg-config --static --cflags sword` $< -o $@ `pkg-config --static --libs sword`