Skip to content

Commit

Permalink
Disable cgo to remove dependency on libc
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Feb 25, 2022
1 parent 1014313 commit cd5d99c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ XDG_CONFIG_HOME ?= $(HOME)/.config
BIN_PATH = $(BIN_DIR)/$(BIN)
BIN_PATH_WINDOWS = C:\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Browserpass\\\\\\\\\\\\\\\\browserpass-windows64.exe

export CGO_CPPFLAGS := ${CPPFLAGS}
export CGO_CFLAGS := ${CFLAGS}
export CGO_CXXFLAGS := ${CXXFLAGS}
export CGO_LDFLAGS := ${LDFLAGS}
export CGO_ENABLED := 0
GOFLAGS := -buildmode=pie -trimpath

APP_ID = com.github.browserpass.native
Expand Down

0 comments on commit cd5d99c

Please sign in to comment.