Skip to content

Commit dfb5668

Browse files
committed
set_policy("platform.longpaths", true)
1 parent d73505b commit dfb5668

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

insert-into-a-binary-search-tree/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set_policy("platform.longpaths", true)
12
add_repositories("masx200/xmake-repo https://gitee.com/masx200/xmake-repo.git");
23
add_repositories(
34
"masx200/xmake-repo https://ghproxy.com/https://github.com/masx200/xmake-repo.git");

insufficient-nodes-in-root-to-leaf-paths/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set_policy("platform.longpaths", true)
12
add_repositories("masx200/xmake-repo https://gitee.com/masx200/xmake-repo.git");
23
add_repositories(
34
"masx200/xmake-repo https://ghproxy.com/https://github.com/masx200/xmake-repo.git");

xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set_policy("platform.longpaths", true)
12
set_languages("c17", "cxx20");
23
add_repositories("masx200/xmake-repo https://gitee.com/masx200/xmake-repo.git");
34
add_repositories(

0 commit comments

Comments
 (0)