From aea733e2bc7ddf4128249d92628d872cc5b4706c Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 16 Feb 2012 15:21:52 -0800 Subject: [PATCH] Update OS X build --- mac/Makefile | 4 ++-- mac/aweather.bundle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mac/Makefile b/mac/Makefile index 4caa879..9a29722 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -28,10 +28,10 @@ $(DESTDIR): $(MAC_AWEATHER)/src/aweather \ $(MAC_AWEATHER)/src/aweather: \ $(MAC_GRITS)/src/libgrits.la \ $(MAC_RSL)/src/librsl.la - jhbuild run make -C $(MAC_AWEATHER) + jhbuild run make -C $(MAC_AWEATHER) -j3 $(MAC_GRITS)/src/libgrits.la: - jhbuild run make -C $(MAC_GRITS) + jhbuild run make -C $(MAC_GRITS) -j3 $(MAC_RSL)/src/librsl.la: jhbuild run make -C $(MAC_RSL) diff --git a/mac/aweather.bundle b/mac/aweather.bundle index e526fe3..29289dd 100644 --- a/mac/aweather.bundle +++ b/mac/aweather.bundle @@ -16,7 +16,7 @@ ${prefix}/bin/grits-demo ${prefix}/bin/xdg-open ${prefix}/lib/aweather/*.so - ${prefix}/lib/grits2/*.so + ${prefix}/lib/grits4/*.so ${prefix}/lib/libgrits* ${prefix}/lib/librsl* ${prefix}/share/aweather -- 2.43.2