diff --git a/HxCFloppyEmulator_software/build/Makefile b/HxCFloppyEmulator_software/build/Makefile index 1b15ecce..1b319e2d 100644 --- a/HxCFloppyEmulator_software/build/Makefile +++ b/HxCFloppyEmulator_software/build/Makefile @@ -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