1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-10-30 23:08:02 +02:00

Fix pre-puch hook on macOS+brew

This commit is contained in:
DarthSim
2025-03-24 21:20:18 +03:00
parent e6dbc6b601
commit cc5a45cb39

View File

@@ -8,7 +8,7 @@ if [ -x "$(which brew)" ]; then
fi
export CGO_LDFLAGS_ALLOW="-s|-w"
export CGO_CFLAGS_ALLOW="-Xpreprocessor"
export CGO_CFLAGS_ALLOW="-I|-Xpreprocessor"
if [ -x "$(which gotestsum)" ]; then
gotestsum ./...