set CODE_SIGN_IDENTITY when building
authorLove Hörnquist Åstrand <lha@h5l.org>
Sun, 16 Feb 2014 19:45:13 +0000 (11:45 -0800)
committerLove Hörnquist Åstrand <lha@h5l.org>
Sun, 16 Feb 2014 19:45:13 +0000 (11:45 -0800)
packages/mac/mac.sh

index e9129e2a1a99badbb94b2eb0d7f1e99949b9bd32..d84557be2a6a233ec7161a405fb943ba6e532827 100644 (file)
@@ -24,8 +24,12 @@ env \
   CFLAGS="-arch i386 -arch x86_64" \
   LDFLAGS="-arch i386 -arch x86_64" \
   ${config} --disable-dependency-tracking > log || exit 1
+
 echo "Build"
+env \
+  CODE_SIGN_IDENTITY="Developer ID Application:" \
 make all > /dev/null || exit 1
+
 echo "Run regression suite"
 make check > /dev/null || exit 1
 echo "Install"