We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2013bfd commit f4ea8f6Copy full SHA for f4ea8f6
cmake/external/leveldb.cmake
@@ -18,8 +18,10 @@ if(TARGET leveldb)
18
return()
19
endif()
20
21
+if (DESKTOP AND MSVC)
22
set(patch_file
23
${CMAKE_CURRENT_LIST_DIR}/../../scripts/git/patches/leveldb/0001-leveldb-1.23-windows-paths.patch)
24
+endif()
25
26
# This version must be kept in sync with the version in firestore.patch.txt.
27
# If this version ever changes then make sure to update the version in
0 commit comments