We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to try this out with caddy on my Mac
Using your make target of:
build: go build -a -trimpath -mod=vendor -buildmode=exe -gcflags="all=-smallframes -json=0,$(MKFILE_DIR)/$(OUT2_DIR)/foo.json -trimpath=$(MKFILE_DIR)" -asmflags=-trimpath=$(MKFILE_DIR) -ldflags "-buildid= -s -w -X main.goversion=$(GOVERSION) -X main.AppVersion=$(VERSION)" -o $(OUT_DIR)/$(PROG)$(BIN_SUFFIX) ./repique
I get:
package github.com/AZ-X/pique/repique imports github.com/AZ-X/pique/repique/behaviors: build constraints exclude all Go files
asm.s stuff is beyond my paygrade.
maybe it works if i change the go build to not use the asm files ?
Any ideas ?
The text was updated successfully, but these errors were encountered:
Announcement:
There is NO Mac support or faked release unless I got a most physical powerful Mac for daily use or test for free.
Sorry, something went wrong.
No branches or pull requests
I wanted to try this out with caddy on my Mac
Using your make target of:
I get:
asm.s stuff is beyond my paygrade.
maybe it works if i change the go build to not use the asm files ?
Any ideas ?
The text was updated successfully, but these errors were encountered: