Skip to content

Commit

Permalink
fix(desktop): fix golang linker var
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Apr 23, 2019
1 parent e14db48 commit 00e07be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/react-native/desktop/Makefile
Expand Up @@ -16,7 +16,7 @@ build: clean
GOPROXY=https://goproxy.berty.io GO111MODULE=on go mod vendor
sed s%TMPL_MAKEFILE_PATH%$(MAKEFILE_DIR)%g bundler.json.tmpl > bundler.json
cp -rf $(MAKEFILE_DIR)/../web/build $(MAKEFILE_DIR)/../desktop/resources/app
GO111MODULE=on GOCACHE=/tmp/gocache astilectron-bundler -v -ldflags X:berty.tech/client/react-native/desktop/vendor/berty.tech/core.GitSha=$(GIT_SHA),berty.tech/client/react-native/desktop/vendor/berty.tech/core.GitTag=$(GIT_TAG),berty.tech/client/react-native/desktop/vendor/berty.tech/core.GitBranch=$(GIT_BRANCH),berty.tech/client/react-native/desktop/vendor/berty.tech/core.BuildMode=$(BUILD_MODE),berty.tech/client/react-native/desktop/vendor/berty.tech/core.commitDate=$(GIT_COMMIT_DATE)
GO111MODULE=on GOCACHE=/tmp/gocache astilectron-bundler -v -ldflags X:berty.tech/core.GitSha=$(GIT_SHA),berty.tech/core.GitTag=$(GIT_TAG),berty.tech/core.GitBranch=$(GIT_BRANCH),berty.tech/core.BuildMode=$(BUILD_MODE),berty.tech/core.commitDate=$(GIT_COMMIT_DATE)

sign:
ifndef CSC_LINK
Expand Down

0 comments on commit 00e07be

Please sign in to comment.