From cc1c85ea4626a0480eaf2cd377b75ccdbe574e37 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Wed, 22 Mar 2017 17:20:10 +0100 Subject: [PATCH] Fix libaries ordering for linker Fixes #453 --- native_client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_client/Makefile b/native_client/Makefile index 947304bd..81593b26 100644 --- a/native_client/Makefile +++ b/native_client/Makefile @@ -27,7 +27,7 @@ LDFLAGS := -Wl,-rpath-link,$(RASPBIAN)/lib/arm-linux-gnueabihf -Wl,-rpath-li endif CFLAGS += -L${TFDIR}/bazel-bin/tensorflow -L${TFDIR}/bazel-bin/native_client $(EXTRA_CFLAGS) -LDFLAGS += -ltensorflow -lkissfft -lc_speech_features -ldeepspeech $(EXTRA_LDFLAGS) +LDFLAGS += -ltensorflow -ldeepspeech -lc_speech_features -lkissfft $(EXTRA_LDFLAGS) default: deepspeech