projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e590c50
)
added SOAPY libs for making "app" file
author
c vw
<dl1ycf@darc.de>
Tue, 24 Mar 2020 14:06:12 +0000
(15:06 +0100)
committer
c vw
<dl1ycf@darc.de>
Tue, 24 Mar 2020 14:06:12 +0000
(15:06 +0100)
Makefile.mac
patch
|
blob
|
history
diff --git
a/Makefile.mac
b/Makefile.mac
index 6d6fdec71e92129efc5d4d9eab5160999d0e9b5f..e3d09cb7d782c33914c211e31236088ad51a4e5d 100644
(file)
--- a/
Makefile.mac
+++ b/
Makefile.mac
@@
-481,7
+481,7
@@
app: $(OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) \
$(PURESIGNAL_OBJS) $(MIDI_OBJS) $(STEMLAB_OBJS)
$(LINK) -headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \
$(USBOZY_OBJS) \
- $(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
+ $(
SOAPYSDR_OBJS) $(
LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
$(MIDI_OBJS) $(STEMLAB_OBJS) $(LIBS)
@rm -rf pihpsdr.app
@mkdir -p pihpsdr.app/Contents/MacOS