Skip to content

Commit b9d9d5b

Browse files
committed
fix(mise): add npm_config_cxxflags for awk_ls
1 parent 03be706 commit b9d9d5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[tools]
22
python = "3.13"
3+
4+
[env]
5+
# set for awk_ls not setting explicit compile standerd
6+
# CXXFLAGS = "-std=c++20"
7+
npm_config_cxxflags = "--std=c++20"

0 commit comments

Comments
 (0)