Skip to content

Commit 1f80050

Browse files
committed
Update external
fix fmt build
1 parent 3c05243 commit 1f80050

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "external/lsplant"]
22
path = external/lsplant
3-
url = https://github.com/LSPosed/LSPlant.git
3+
url = https://github.com/JingMatrix/LSPlant.git
44
[submodule "external/dobby"]
55
path = external/dobby
66
url = https://github.com/LSPosed/Dobby.git

external/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ endmacro()
66

77
SET_OPTION(DOBBY_GENERATE_SHARED OFF)
88
SET_OPTION(Plugin.SymbolResolver OFF)
9+
SET_OPTION(FMT_INSTALL OFF)
910

1011
set(LIBCXX_SOURCES
1112
algorithm.cpp

external/fmt

Submodule fmt updated 92 files

0 commit comments

Comments
 (0)