Skip to content

Commit

Permalink
Update spacemesh-sdk dependency
Browse files Browse the repository at this point in the history
Use latest version, use rpath
  • Loading branch information
lrettig committed May 30, 2023
1 parent e5a000d commit 30fc966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Based on https://gist.github.com/trosendal/d4646812a43920bfe94e

DEPTAG := 0.0.1
DEPTAG := 1.0.3
DEPLIBNAME := spacemesh-sdk
DEPLOC := https://github.com/spacemeshos/$(DEPLIBNAME)/releases/download
UNZIP_DEST := deps
REAL_DEST := $(CURDIR)/$(UNZIP_DEST)
DOWNLOAD_DEST := $(UNZIP_DEST)/$(DEPLIBNAME).tar.gz

LINKLIBS := -L$(REAL_DEST)
CGO_LDFLAGS := $(LINKLIBS)
CGO_LDFLAGS := $(LINKLIBS) -Wl,-rpath,@loader_path -Wl,-rpath,$(REAL_DEST)
STATICLDFLAGS := -L$(UNZIP_DEST) -led25519_bip32 -lspacemesh_remote_wallet
EXTRACT = tar -xzf

Expand Down

0 comments on commit 30fc966

Please sign in to comment.