Fix typo (fails on some versions of gmake)

work
pabr 2019-03-22 02:36:30 +01:00
rodzic 5b2518262f
commit da1b619b1e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ ifneq "$(wildcard /usr/include/X11/Xlib.h)" ""
$(OUTDIR)/leandvb: CXXFLAGS_APP=-DGUI
$(OUTDIR)/leandvb: LDFLAGS_APP=-lX11
else
$(info libX11 not found. Will not support --gui).
$(info libX11 not found. Will not support --gui.)
endif
# leanmlmrx requires fftw3 and pthread.