mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
Makefile: removed hard-coded copying of Syphon
Syphon should have already been installed by the Frameworks/Syphon.framework rule (contained in $(BIN_DEPS)).
This commit is contained in:
@@ -218,10 +218,6 @@ $(TARGET): $(OBJS) $(ULTRAGRID_OBJS) $(GENERATED_HEADERS) $(BIN_DEPS)
|
||||
ifeq ($(SYSTEM),Windows)
|
||||
if [ -n "@DLL_LIBS@" ]; then $(INSTALL) -m 644 @DLL_LIBS@ bin; fi
|
||||
endif
|
||||
ifeq ($(SYSTEM),MacOSX)
|
||||
$(MKDIR_P) Frameworks
|
||||
cp -R $(srcdir)/data/redists/Syphon.framework Frameworks
|
||||
endif
|
||||
|
||||
$(REFLECTOR_TARGET): $(OBJS) $(GENERATED_HEADERS) $(REFLECTOR_OBJS)
|
||||
$(MKDIR_P) $(dir $@)
|
||||
|
||||
Reference in New Issue
Block a user