Browse Source

Fix #2770 Compile the OS X pkg as ia32

v0.8.7-release
isaacs 13 years ago
parent
commit
4672872ddd
  1. 4
      Makefile

4
Makefile

@ -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 \

Loading…
Cancel
Save