liquidwar: fix patches whitespaces

This commit is contained in:
Đoàn Trần Công Danh 2022-06-15 20:38:02 +07:00
parent ecef98e02b
commit a989a2d893
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
@@ -223,7 +223,7 @@
EXTERN_LIBS = `allegro-config --static $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY)
else
LINK_OPTIONS =
LINK_OPTIONS =
- EXTERN_LIBS = `allegro-config --libs $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY)
+ EXTERN_LIBS = `allegro-config --libs $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY) -lm
endif