Procházet zdrojové kódy

Correct list of supported platforms on cross compilation

tags/0.10
9seconds před 7 roky
rodič
revize
7a99a4ec32
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1
    0
      .gitignore
  2. 1
    1
      Makefile

+ 1
- 0
.gitignore Zobrazit soubor

8
 mtg
8
 mtg
9
 vendor/
9
 vendor/
10
 version.go
10
 version.go
11
+ccbuilds/

+ 1
- 1
Makefile Zobrazit soubor

4
 GOMETALINTER := gometalinter
4
 GOMETALINTER := gometalinter
5
 
5
 
6
 VENDOR_FILES := $(shell find "$(ROOT_DIR)/vendor" 2>/dev/null || echo -n "vendor")
6
 VENDOR_FILES := $(shell find "$(ROOT_DIR)/vendor" 2>/dev/null || echo -n "vendor")
7
-CC_BINARIES  := $(shell bash -c "echo -n $(APP_NAME)-{linux,windows,darwin,freebsd,openbsd}-{386,amd64} $(APP_NAME)-linux-{arm,arm64}")
7
+CC_BINARIES  := $(shell bash -c "echo -n $(APP_NAME)-{linux,freebsd,openbsd}-{386,amd64} $(APP_NAME)-linux-{arm,arm64}")
8
 APP_DEPS     := version.go $(VENDOR_FILES)
8
 APP_DEPS     := version.go $(VENDOR_FILES)
9
 
9
 
10
 COMMON_BUILD_FLAGS := -ldflags="-s -w"
10
 COMMON_BUILD_FLAGS := -ldflags="-s -w"

Načítá se…
Zrušit
Uložit