kopia lustrzana https://github.com/inkstitch/inkstitch
use more friendly OS name 'osx' for tarball file name
rodzic
f674ccd4e9
commit
666e1f08c3
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ EXTENSIONS:=inkstitch
|
|||
|
||||
# This gets the branch name or the name of the tag
|
||||
VERSION:=$(TRAVIS_BRANCH)
|
||||
OS:=$(shell uname)
|
||||
OS:=$(TRAVIS_OS_NAME)
|
||||
ARCH:=$(shell uname -m)
|
||||
|
||||
dist: distclean locales
|
||||
|
|
Ładowanie…
Reference in New Issue