From cb88f704184c8e0cf66060b3da7442ccd4b0304b Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 20 Feb 2012 18:22:57 +0100 Subject: [PATCH] fix packaging on mac os (was breaking wizard) --- build/macos/environment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/macos/environment.sh b/build/macos/environment.sh index 69191845b..8d34ca02c 100644 --- a/build/macos/environment.sh +++ b/build/macos/environment.sh @@ -1,3 +1,4 @@ export EXTRA_ARGS="--workdir $bundle_res" +export GIO_EXTRA_MODULES="$bundle_res/lib/gio/modules"