Skip to content

Commit 4bcac77

Browse files
committed
Fix ./configure for Mac and Windows
1 parent fad66a5 commit 4bcac77

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build/lib

Submodule lib updated 1 file

configure

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ MAC = cfg.Distro(
6363

6464
WIN = cfg.Distro(
6565
name="win",
66-
packages={},
66+
packages={
67+
"ninja":
68+
"https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip:ninja.exe",
69+
"gn": "https://chrome-infra-packages.appspot.com/dl/gn/gn/windows-amd64/+/latest:gn.exe",
70+
},
6771
sources=[],
68-
install="",
72+
install="[download from]".split(),
6973
update=None,
7074
add_key=None,
7175
)

0 commit comments

Comments
 (0)