diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2020-02-16 14:40:30 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2020-02-16 14:40:30 +0100 |
| commit | 005e6be55986842ebe0188d93ebd12cecd731297 (patch) | |
| tree | 73a33de6c302a04bc781f7b9893704cd14249116 /install.sh | |
| parent | 29f31ae1f910974cf9400f291281f2d4853ffc92 (diff) | |
fix build
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
