Skip to content

Commit e30ab71

Browse files
committed
mk: Stop building OS X .pkg as part of 'make dist'
This doesn't work quite right yet (we need to build packages for all hosts) and I'm not ready to turn on new dist artifacts yet, but I want to start doing dry runs for 0.10, so I'm turning this off for now.
1 parent e6468a8 commit e30ab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ distcheck: dist
106106

107107
else
108108

109-
dist: $(PKG_TAR) $(PKG_OSX)
109+
dist: $(PKG_TAR)
110110

111111
distcheck: $(PKG_TAR)
112112
$(Q)rm -Rf dist

0 commit comments

Comments
 (0)