From a44b32aa6a6f5b62113767136c57a0b7e7f1d7ea Mon Sep 17 00:00:00 2001 From: c vw Date: Wed, 19 May 2021 19:58:16 +0200 Subject: [PATCH] correction for "Mac app" creation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 042e2ba..4a11f84 100644 --- a/Makefile +++ b/Makefile @@ -546,9 +546,9 @@ app: $(OBJS) $(REMOTE_OBJS) \ $(USBOZY_OBJS) $(SOAPYSDR_OBJS) \ $(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \ $(MIDI_OBJS) $(STEMLAB_OBJS) $(SERVER_OBJS) - $(CC) -headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \ - $(USBOZY_OBJS) $(SOAPYSDR_OBJS) \ - $(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \ + $(CC) -headerpad_max_install_names -o $(PROGRAM) \ + $(OBJS) $(AUDIO_OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) \ + $(SOAPYSDR_OBJS) $(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \ $(MIDI_OBJS) $(STEMLAB_OBJS) $(SERVER_OBJS) $(LIBS) $(LDFLAGS) @rm -rf pihpsdr.app @mkdir -p pihpsdr.app/Contents/MacOS -- 2.45.2