From 6cf4e861851b368def2d8a6f7541ea41d0c69fdc Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 4 Dec 2014 15:58:50 -0800 Subject: [PATCH] use correct path for bundle executable --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 3f1e588dc..cb1c084b3 100644 --- a/SConstruct +++ b/SConstruct @@ -1893,7 +1893,7 @@ class DXXProgram(DXXCommon): 'free.%s-rebirth' % dxxstr, os.path.join(self.srcdir, '%sgl-Info.plist' % dxxstr), typecode='APPL', creator='DCNT', icon_file=os.path.join(cocoa, '%s-rebirth.icns' % dxxstr), - subst_dict={'%sgl' % dxxstr : exe_target}, # This is required; manually update version for Xcode compatibility + subst_dict={'%sgl' % dxxstr : self.target}, # This is required; manually update version for Xcode compatibility resources=[[s, s] for s in [os.path.join(self.srcdir, 'English.lproj/InfoPlist.strings')]]) def GenerateHelpText(self):