Fix #2770 Compile the OS X pkg as ia32

This commit is contained in:
isaacs
2012-02-17 10:08:40 -08:00
parent 7a1a62ec6e
commit 4672872ddd

View File

@@ -173,8 +173,8 @@ pkg: $(PKG)
$(PKG):
-rm -rf $(PKGDIR)
$(WAF) configure --prefix=/usr/local --without-snapshot
DESTDIR=$(PKGDIR) $(WAF) install
$(WAF) configure --prefix=/usr/local --without-snapshot --dest-cpu=ia32
CFLAGS=-m32 DESTDIR=$(PKGDIR) $(WAF) install
$(packagemaker) \
--id "org.nodejs.NodeJS-$(VERSION)" \
--doc tools/osx-pkg.pmdoc \