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