little-bear-labs / ipfs-chromium

19 stars 1 forks source link

DOWNLOAD_CHROMIUM -> chromium/src/src #104

Closed John-LittleBearLabs closed 1 month ago

John-LittleBearLabs commented 6 months ago

When downloading chromium through CMake, it puts what should be {bld}/chromium into {bld}/chromium/src

Probably related to this

if not isdir(src):
    makedirs(src)
    open(join(build_dir, 'fresh'), 'a').close()

Being run before the fetch.py. runpy will change into src if it's there before running any commands.