FLTK : (Linux) force autogen + configure before building the lib.

This commit is contained in:
Jean-François DEL NERO
2025-02-20 08:31:03 +01:00
parent 67ee592afe
commit 6533c6ce6e
+1 -1
View File
@@ -202,7 +202,7 @@ ifneq (,$(findstring arm64,$(MACOSX_ARCH)))
endif
endif
else
$(MAKE) -C ../sources/thirdpartylibs/fltk/fltk-1.x.x/ DIRS=src
cd ../sources/thirdpartylibs/fltk/fltk-1.x.x/ && ./autogen.sh && ./configure && $(MAKE)
endif
DATA_FILES: bmptoh