Skip to content

Commit

Permalink
Correcting erroneous variable concatenation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardw committed Nov 27, 2019
1 parent 314de0a commit a32218d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross/open-vm-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ PRE_CONFIGURE_TARGET = vmtools_pre_configure
INSTALL_TARGET = vmtools_install
POST_INSTALL_TARGET = vmtools_post_install

ENV = PATH=$(STAGING_INSTALL_PREFIX)/bin:$$PATH
ENV += CUSTOM_PROCPS_NAME=procps
ENV += CUSTOM_PROCPS_LIBS="-L$(STAGING_INSTALL_PREFIX)/lib -lprocps"
ENV += PATH=$(STAGING_INSTALL_PREFIX)/bin:$$PATH

GNU_CONFIGURE = 1
CONFIGURE_ARGS = --without-x
Expand Down

0 comments on commit a32218d

Please sign in to comment.