From 107de36da45296abd57280b050d660ab0fe953be Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Mon, 15 Sep 2025 13:39:21 -0400 Subject: [PATCH] Update Makefile --- libs/audio/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/audio/Makefile b/libs/audio/Makefile index d0ff3ea..e1f3cc8 100644 --- a/libs/audio/Makefile +++ b/libs/audio/Makefile @@ -16,8 +16,6 @@ ifeq ($(UNAME_S),MINGW64_NT) LDFLAGS = -shared -Wl,--export-all-symbols -L/mingw64/lib LIBS = -lportaudio -lsndfile -lsamplerate -lpthread -lm OBJ_EXT = .o -endif - else ifeq ($(UNAME_S),Darwin) # macOS