update to version 2.3.0
This commit is contained in:
parent
60a66c7fac
commit
c3580d2c6f
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -18,7 +18,7 @@ if (NOT TARGET miniupnpc::miniupnpc)
|
|||||||
set(UPNPC_NO_INSTALL ON CACHE BOOL "" FORCE)
|
set(UPNPC_NO_INSTALL ON CACHE BOOL "" FORCE)
|
||||||
FetchContent_Declare(miniupnpc
|
FetchContent_Declare(miniupnpc
|
||||||
GIT_REPOSITORY https://github.com/miniupnp/miniupnp.git
|
GIT_REPOSITORY https://github.com/miniupnp/miniupnp.git
|
||||||
GIT_TAG miniupnpc_2_2_8 # meh
|
GIT_TAG miniupnpc_2_3_0
|
||||||
SOURCE_SUBDIR miniupnpc
|
SOURCE_SUBDIR miniupnpc
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(miniupnpc)
|
FetchContent_MakeAvailable(miniupnpc)
|
||||||
|
@ -28,7 +28,6 @@ SOLANA_PLUGIN_EXPORT uint32_t solana_plugin_start(struct SolanaAPI* solana_api)
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// TODO: toxI
|
|
||||||
auto* tox_i = PLUG_RESOLVE_INSTANCE(ToxI);
|
auto* tox_i = PLUG_RESOLVE_INSTANCE(ToxI);
|
||||||
|
|
||||||
// static store, could be anywhere tho
|
// static store, could be anywhere tho
|
||||||
|
Loading…
x
Reference in New Issue
Block a user