diff options
-rw-r--r-- | o3d/installer/win/build.scons | 2 |
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, |