8000 fix depot tools version for windows · MarshalX/python-webrtc@d5e182d · GitHub
[go: up one dir, main page]

Skip to content

Commit d5e182d

Browse files
committed
fix depot tools version for windows
1 parent cc26379 commit d5e182d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ else()
2727
set(DEPOT_GIT_TAG 9b5dd7ab8a98140a1b73b9dea29245605137cd09) # glibc 2.18, supports python 3 < 3.8
2828
endif()
2929

30+
if (WIN32)
31+
set(DEPOT_GIT_TAG 2fddb95698211db1373ebe2b16091a54eac51c9c)
32+
endif()
33+
3034
ExternalProject_Add(
3135
project_depot_tools
3236

0 commit comments

Comments
 (0)
0