mirror of
https://github.com/geode-sdk/geode.git
synced 2025-07-28 15:08:57 -04:00
feat(ios): use upstream bindings again :3
Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
parent
862b68f9b5
commit
317b771ecb
1 changed files with 0 additions and 10 deletions
|
@ -81,22 +81,12 @@ if (NOT GEODE_BINDINGS_REPO_PATH)
|
|||
"contribute new bindings) then set GEODE_BINDINGS_REPO_PATH to where you have "
|
||||
"cloned the repository (system environment variables are supported)."
|
||||
)
|
||||
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS")
|
||||
message(STATUS "Using ios repo for bindings")
|
||||
CPMAddPackage(NAME "bindings"
|
||||
GITHUB_REPOSITORY "geode-catgirls/bindings"
|
||||
GIT_TAG "main"
|
||||
DOWNLOAD_ONLY YES
|
||||
NO_CACHE YES
|
||||
)
|
||||
else()
|
||||
CPMAddPackage(NAME "bindings"
|
||||
GITHUB_REPOSITORY "geode-sdk/bindings"
|
||||
GIT_TAG "main"
|
||||
DOWNLOAD_ONLY YES
|
||||
NO_CACHE YES
|
||||
)
|
||||
endif()
|
||||
set(GEODE_BINDINGS_REPO_PATH ${bindings_SOURCE_DIR})
|
||||
else()
|
||||
message(STATUS "Using ${GEODE_BINDINGS_REPO_PATH} for bindings repo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue