Skip to content

Commit

Permalink
Export LIB_DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Dec 12, 2023
1 parent 764621d commit 4c1094f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ endif
ifeq ($(CYGWIN),1)
LIB_DIR:=$(shell cygpath -w $(LIB_DIR))
endif
LIB_DIR:=$(subst \,/,$(LIB_DIR))

export LIB_DIR:=$(subst \,/,$(LIB_DIR))

_TESTTARGET = $(firstword $(MAKECMDGOALS))
TESTTARGET = $(patsubst _%,%,$(_TESTTARGET))
Expand Down

0 comments on commit 4c1094f

Please sign in to comment.