test 212 B

12345678910
  1. #!/bin/sh
  2. if [ -x "$(which brew)" ]; then
  3. export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(brew --prefix libffi)/lib/pkgconfig"
  4. fi
  5. export CGO_LDFLAGS_ALLOW="-s|-w"
  6. export CGO_CFLAGS_ALLOW="-Xpreprocessor"
  7. go test