mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Fix #2770 Compile the OS X pkg as ia32
This commit is contained in:
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 \
|
||||
|
||||
Reference in New Issue
Block a user