Skip to content
Snippets Groups Projects
Commit 07d7e48f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-447: Use absolute path prefixes for CEF components.

viewer_manifest.py had LLManifest.prefix() calls starting with '..' (or
os.pardir, same thing) which failed with new prefix() calling conventions.
Explicitly starting with os.path.join(self.args['build'], os.pardir, etc.)
where applicable works much better.
parent 20907dbb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment