summaryrefslogtreecommitdiffstats
path: root/o3d/installer
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 23:00:54 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 23:00:54 +0000
commit79d09750c0a1abab73836b80ddbe49c64a3e8ad9 (patch)
tree826a91b7e61d5852e0391ffae1ec066a39476041 /o3d/installer
parentf1151a2b3d06e47f95f3431fd020a8f59c00678e (diff)
downloadchromium_src-79d09750c0a1abab73836b80ddbe49c64a3e8ad9.zip
chromium_src-79d09750c0a1abab73836b80ddbe49c64a3e8ad9.tar.gz
chromium_src-79d09750c0a1abab73836b80ddbe49c64a3e8ad9.tar.bz2
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
Diffstat (limited to 'o3d/installer')
-rw-r--r--o3d/installer/win/build.scons2
1 files changed, 1 insertions, 1 deletions
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,