Open GoogleCodeExporter opened 9 years ago
Actually, a better fix is this
+ path_to_toplevel = \
+ gyp.common.InvertRelativePath(os.path.abspath(os.path.dirname(main_gyp)),
+ os.path.abspath(options.toplevel_dir))
ninja_toplevel = \
- os.path.join(options.toplevel_dir,
+ os.path.join(path_to_toplevel,
gyp.generator.ninja.ComputeOutputDir(params))
jobs = params.get('generator_flags', {}).get('xcode_ninja_jobs', 0)
Original comment by tobias.h...@ableton.com
on 2 Oct 2014 at 6:43
Original issue reported on code.google.com by
tobias.h...@ableton.com
on 2 Oct 2014 at 1:44