File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ $(OBJDIR)/Frameworks: $(wildcard $(DYLIBS))
223223$(PLUGINPLIST): $(PLATDIR)/iOS/plugins/Info.plist getversion
224224 mkdir -p $(PLUGINBUNDLE)/Contents
225225 sed "s/\$$(VERSION)/`./getversion VERSION_TAG`/" $< | \
226- sed "s/\$(LIBNAME)/$(LIBNAME)/" > $(PLUGINPLIST)
226+ sed "s/\$$ (LIBNAME)/$(LIBNAME)/" > $(PLUGINPLIST)
227227
228228$(PLUGINDYLIB): $(PLUGINREQS) $(VMDIR) $(OBJDIR) $(LIBOBJ)
229229ifneq ($(LINK_WITH_CPP),)
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ $(OBJDIR)/Frameworks: $(wildcard $(DYLIBS))
218218$(PLUGINPLIST): $(PLATDIR)/iOS/plugins/Info.plist getversion
219219 mkdir -p $(PLUGINBUNDLE)/Contents
220220 sed "s/\$$(VERSION)/`./getversion VERSION_TAG`/" $< | \
221- sed "s/\$(LIBNAME)/$(LIBNAME)/" > $(PLUGINPLIST)
221+ sed "s/\$$ (LIBNAME)/$(LIBNAME)/" > $(PLUGINPLIST)
222222
223223$(PLUGINDYLIB): $(PLUGINREQS) $(VMDIR) $(OBJDIR) $(LIBOBJ)
224224ifneq ($(LINK_WITH_CPP),)
You can’t perform that action at this time.
0 commit comments