Skip to content

Commit

Permalink
fix SerialPlugin build requires passing the variable VM to plugin bui…
Browse files Browse the repository at this point in the history
…lds (64bits)
  • Loading branch information
estebanlm committed Sep 13, 2016
1 parent b263dfc commit 58bee3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.macos64x64/common/Makefile.vm
Expand Up @@ -249,7 +249,7 @@ $(OBJDIR)/%.bundle: FORCE
CONFIGURATION=$(CONFIGURATION) ARCH=$(TARGET_ARCH) \
PLATDIR=$(PLATDIR) PLUGINSRCDIR=$(PLUGINSRCDIR) VMSRCDIR=$(VMSRCDIR) \
LIBNAME=$(*F) COGDEFS="$(COGDEFS)" \
APP=$(APP) BLDDIR=$(BLDDIR) \
APP=$(APP) VM=$(VM) BLDDIR=$(BLDDIR) \
$(PLUGINHACK) \
$(OBJDIR)/$(*F).bundle

Expand All @@ -264,7 +264,7 @@ $(OBJDIR)/%.dylib: FORCE
CONFIGURATION=$(CONFIGURATION) ARCH=$(TARGET_ARCH) \
PLATDIR=$(PLATDIR) PLUGINSRCDIR=$(PLUGINSRCDIR) VMSRCDIR=$(VMSRCDIR) \
LIBNAME=$(*F) COGDEFS="$(COGDEFS)" \
APP=$(APP) BLDDIR=$(BLDDIR) USEPLUGINASDYLIB=TRUE \
APP=$(APP) VM=$(VM) BLDDIR=$(BLDDIR) USEPLUGINASDYLIB=TRUE \
$(PLUGINHACK) \
$(OBJDIR)/$(*F).dylib

Expand Down

0 comments on commit 58bee3f

Please sign in to comment.