Skip to content

Commit

Permalink
Use release version instead
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakn94 committed Mar 29, 2017
1 parent ec49119 commit 856afd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cpp/add_repl/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=clang++
LDFLAGS=-L../../../target/debug/
LDFLAGS=-L../../../target/release/
LIBS=-lweld

.PHONY: all clean
Expand Down
2 changes: 1 addition & 1 deletion python/weld/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if home[-1] != "/":
home += "/"

path = home + "target/debug/" + path
path = home + "target/release/" + path

# Load the Weld Dynamic Library.
weld = CDLL(path)
Expand Down

0 comments on commit 856afd9

Please sign in to comment.