Skip to content

Commit

Permalink
use better packaging name on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Giso Grimm authored and Giso Grimm committed Jun 2, 2024
1 parent 0719368 commit 326deb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Darwin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COMMITVER=$(shell cat ../../libov/.ov_commitver)
PACKCNT=$(shell git rev-list --count $(shell git log --follow -1 --pretty=%H ../../libov)..HEAD)
FULLVERSION=$(VERSION).$(MINORVERSION)-$(PACKCNT)-$(COMMITVER)
#FULLVERSION=$(shell cat ../../libov/.ov_full_version)
PACKVER:=$(FULLVERSION)_$(shell uname -s)_$(shell uname -m)
PACKVER:=$(FULLVERSION)_$(shell sw_vers -productName)-$(shell sw_vers -productVersion)_$(shell uname -m)

.PHONY : pack

Expand Down

0 comments on commit 326deb6

Please sign in to comment.