Skip to content

Commit

Permalink
fix link files order
Browse files Browse the repository at this point in the history
Signed-off-by: Yuji Ito <[email protected]>
  • Loading branch information
llamerada-jp committed Jun 15, 2020
1 parent 77dd93e commit 33515d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CXX_FLAGS := $(CXX_FLAGS) -I $(LIBWEBRTC_PATH)/include
CXX_FLAGS := $(CXX_FLAGS) -I $(LIBWEBRTC_PATH)/include/third_party/abseil-cpp

# linker option
LD_FLAGS := $(LD_FLAGS) -L $(LIBWEBRTC_PATH)/lib -lwebrtc
LD_FLAGS := -L $(LIBWEBRTC_PATH)/lib -lwebrtc $(LD_FLAGS)

default: test-$(ARCH)

Expand Down

0 comments on commit 33515d1

Please sign in to comment.