diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-08-21 12:12:55 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-08-21 12:12:55 +0800 |
commit | 516e6a00c2121d0101e0f5e9e076dc72e48ce1fe (patch) | |
tree | 82ef7089a58aecbc4fe86e6271d3e358daa25083 | |
parent | 739443094434e2622abd1fea5d2b5a03bc1ba0ef (diff) | |
download | mrust-516e6a00c2121d0101e0f5e9e076dc72e48ce1fe.tar.gz |
Makefile - Add library directory
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ CXXFLAGS += -Wno-misleading-indentation RUST_FLAGS := --cfg debug_assertions RUST_FLAGS += -g RUST_FLAGS += -O +RUST_FLAGS += -L output/ RUST_FLAGS += $(RUST_FLAGS_EXTRA) # > TODO: This is needed for anything that uses libstd. build.rs adds it with cargo magic, no idea how it gets to the rlib RUST_FLAGS += -lbacktrace -ldl -lrt -lpthread |