x86.sh 219 B

12345678
  1. #!/bin/bash
  2. source "bin/init/env.sh"
  3. source "bin/plugin/brook/build.sh"
  4. DIR="$ROOT/x86"
  5. mkdir -p $DIR
  6. env CC=$ANDROID_X86_CC GOARCH=386 go build -v -o $DIR/$LIB_OUTPUT -trimpath -ldflags "-s -w -buildid=" ./cli/brook