Skip to content

Commit 1b87f20

Browse files
committed
arst
1 parent 17d4fc4 commit 1b87f20

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
libboost-all-dev
129129
ninja-build
130130
nodejs
131-
npm
132131
xxd
132+
alpine#npm
133133
- name: Toolchain [macOS]
134134
if: matrix.host.platform == 'darwin'
135135
run: |
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/config/clang/BUILD.gn b/config/clang/BUILD.gn
2+
index b171ee13c..1906011cc 100644
3+
--- a/config/clang/BUILD.gn
4+
+++ b/config/clang/BUILD.gn
5+
@@ -155,8 +155,9 @@ template("clang_lib") {
6+
7+
if (is_win) {
8+
_dir = "windows"
9+
- _prefix = ""
10+
- _ext = "lib"
11+
+ # nb: Not correct for mingw clang
12+
+ # _prefix = ""
13+
+ # _ext = "lib"
14+
if (current_cpu == "x64") {
15+
_suffix = "-x86_64"
16+
} else if (current_cpu == "x86") {

0 commit comments

Comments
 (0)