Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #2770 Compile the OS X pkg as ia32
  • Loading branch information
isaacs committed Feb 17, 2012
1 parent 7a1a62e commit e16c6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -173,7 +173,7 @@ pkg: $(PKG)

$(PKG):
-rm -rf $(PKGDIR)
$(WAF) configure --prefix=/usr/local --without-snapshot
$(WAF) configure --prefix=/usr/local --without-snapshot --dest-cpu=ia32
DESTDIR=$(PKGDIR) $(WAF) install
$(packagemaker) \
--id "org.nodejs.NodeJS-$(VERSION)" \
Expand Down

0 comments on commit e16c6c7

Please sign in to comment.