Skip to content

Commit

Permalink
Link to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
damoncro committed Jun 29, 2022
1 parent ec2a6e1 commit 8309bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/cpp-example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ dynamic:
$(sdk_dir)/include/*.cc \
$(sdk_dir)/include/defi-wallet-core-cpp/src/*.cc \
$(sdk_dir)/lib/libcxxbridge1.a \
-ldefi_wallet_core_cpp \
-std=c++11 \
$(FLAGS) \
-L $(sdk_dir)/lib \
-L$(sdk_dir)/lib -Wl,-rpath=$(sdk_dir)/lib -Wall \
-ldefi_wallet_core_cpp \
$(FLAGS)

x86_64_static:
arch -x86_64 g++ -o cppexamplestatic \
Expand Down

0 comments on commit 8309bc9

Please sign in to comment.