Skip to content

Commit

Permalink
Export LIB_DIR (#481)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Dec 13, 2023
1 parent 764621d commit 479d5b9
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 479d5b9

Please sign in to comment.