summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2020-02-16 14:40:30 +0100
committeraldrikboy <aldrikboy@gmail.com>2020-02-16 14:40:30 +0100
commit005e6be55986842ebe0188d93ebd12cecd731297 (patch)
tree73a33de6c302a04bc781f7b9893704cd14249116 /install.sh
parent29f31ae1f910974cf9400f291281f2d4853ffc92 (diff)
fix build
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 139eb58..07f961d 100644
--- a/install.sh
+++ b/install.sh
@@ -27,7 +27,7 @@ cd src
ld -r -b binary -o ../bin/data.o ../data/imgs/en.png ../data/imgs/nl.png ../data/imgs/logo_64.png ../data/fonts/mono.ttf ../data/translations/en-English.mo ../data/translations/nl-Dutch.mo ../data/imgs/list.png ../data/imgs/delete.png ../data/imgs/exclaim.png ../data/imgs/add.png ../data/imgs/set.png
-gcc -Wall -O3 -m64 -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit -lX11 -lGL -lGLU -lXrandr -lm -lpthread -ldl
+gcc -Wall -O3 -m64 -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit -lX11 -lGL -lGLU -lXrandr -lm -lpthread -ldl -lcurl
rm -f ../bin/data.o