소스 검색

Updated make file

Toby Chui 2 년 전
부모
커밋
c4520d143b
3개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Makefile
  2. BIN
      documents/Derivatives/aroz x zoraxy_card_rgb.png
  3. BIN
      documents/Derivatives/aroz x zoraxy_card_rgb.psd

+ 2 - 1
Makefile

@@ -18,7 +18,8 @@ clean:
 
 $(PLATFORMS):
 	@echo "Building $(os)/$(arch)"
-	GOROOT_FINAL=Git/ GOOS=$(os) GOARCH=$(arch) GOARM=6 go build -o './dist/arozos_$(os)_$(arch)'  -ldflags "-s -w" -trimpath
+#	GOROOT_FINAL=Git/ GOOS=$(os) GOARCH=$(arch) GOARM=6 go build -o './dist/arozos_$(os)_$(arch)'  -ldflags "-s -w" -trimpath
+	GOROOT_FINAL=Git/ GOOS=$(os) GOARCH=$(arch) $(if $(filter linux/arm,$(os)/$(arch)),GOARM=6,) go build -o './dist/arozos_$(os)_$(arch)'  -ldflags "-s -w" -trimpath
 
 fixwindows:
 	-mv ./dist/arozos_windows_amd64 ./dist/arozos_windows_amd64.exe

BIN
documents/Derivatives/aroz x zoraxy_card_rgb.png


BIN
documents/Derivatives/aroz x zoraxy_card_rgb.psd