Disable cgo to remove dependency on libc
This commit is contained in:
5
Makefile
5
Makefile
@@ -10,10 +10,7 @@ XDG_CONFIG_HOME ?= $(HOME)/.config
|
|||||||
BIN_PATH = $(BIN_DIR)/$(BIN)
|
BIN_PATH = $(BIN_DIR)/$(BIN)
|
||||||
BIN_PATH_WINDOWS = C:\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Browserpass\\\\\\\\\\\\\\\\browserpass-windows64.exe
|
BIN_PATH_WINDOWS = C:\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Browserpass\\\\\\\\\\\\\\\\browserpass-windows64.exe
|
||||||
|
|
||||||
export CGO_CPPFLAGS := ${CPPFLAGS}
|
export CGO_ENABLED := 0
|
||||||
export CGO_CFLAGS := ${CFLAGS}
|
|
||||||
export CGO_CXXFLAGS := ${CXXFLAGS}
|
|
||||||
export CGO_LDFLAGS := ${LDFLAGS}
|
|
||||||
GOFLAGS := -buildmode=pie -trimpath
|
GOFLAGS := -buildmode=pie -trimpath
|
||||||
|
|
||||||
APP_ID = com.github.browserpass.native
|
APP_ID = com.github.browserpass.native
|
||||||
|
Reference in New Issue
Block a user