From 79d09750c0a1abab73836b80ddbe49c64a3e8ad9 Mon Sep 17 00:00:00 2001 From: "gspencer@google.com" Date: Thu, 6 Aug 2009 23:00:54 +0000 Subject: Fix the error I introduced into the installer build.scons file. Review URL: http://codereview.chromium.org/165098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22687 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/installer/win/build.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d/installer/win') diff --git a/o3d/installer/win/build.scons b/o3d/installer/win/build.scons index 8f05cc8..2ec45be 100644 --- a/o3d/installer/win/build.scons +++ b/o3d/installer/win/build.scons @@ -177,7 +177,7 @@ cactions_dll_path = env.File('$ARTIFACTS_DIR/cactions.dll') # Pass flags to the wix compiler. env.Append(WIXCANDLEFLAGS = [ - '-dCustomActionsPath=' + custom_actions_path, + '-dCustomActionsPath=' + custom_actions_path.abspath, '-dD3DXGuid=' + d3dx_guid, '-dDBLGuid=' + o3d_driver_blacklist_guid, '-dDBLPath=' + dbl_path.abspath, -- cgit v1.1