Skip to content

Commit

Permalink
fix: Correct the variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
marktwtn committed May 13, 2019
1 parent 3d26225 commit a528318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/submodule.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif
LIBTUV_PATH = deps/libtuv
LIBTUV_INCLUDE := -I $(LIBTUV_PATH)/include
LIBTUV_PLATFORM := $(UNAME_M)-$(UNAME_S)
LIBTUV_BOARD := $(BUILD_BOARD)
LIBTUV_BOARD := $(BOARD)
# PIC (Position-Independent-Code) library
LIBTUV_LIBRARY := $(LIBTUV_PATH)/build/$(LIBTUV_PLATFORM)/release/lib/libtuv.o

Expand Down

0 comments on commit a528318

Please sign in to comment.