mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-30 23:24:40 +00:00
Fix android gradle sync error on windows
Workaround for the following error on gradle sync: java.nio.file.InvalidPathException: Illegal char <:> at index 68: C:\Users\tompr\Development\dolphin\Externals\minizip-ng\minizip-ng\C:\Users\tompr\Development\dolphin\Source\Android\app\.cxx\RelWithDebInfo\3b681gem\arm64-v8a\Externals\zlib-ng\zlib-ng
This commit is contained in:
parent
7b69949cec
commit
e8da93d52f
2
Externals/minizip-ng/CMakeLists.txt
vendored
2
Externals/minizip-ng/CMakeLists.txt
vendored
@ -27,7 +27,7 @@ if(ZLIB_TYPE STREQUAL Bundled)
|
||||
set(CMAKE_DISABLE_FIND_PACKAGE_ZLIB TRUE)
|
||||
set(ZLIB_FOUND TRUE)
|
||||
set(ZLIB_LIBRARIES ZLIB::ZLIB)
|
||||
get_target_property(ZLIB_INCLUDE_DIRS ${ZLIB_LIBRARIES} INTERFACE_INCLUDE_DIRECTORIES)
|
||||
set(ZLIB_INCLUDE_DIRS "$<TARGET_PROPERTY:ZLIB::ZLIB,INTERFACE_INCLUDE_DIRECTORIES>")
|
||||
endif()
|
||||
if(ZSTD_TYPE STREQUAL Bundled)
|
||||
set(CMAKE_DISABLE_FIND_PACKAGE_ZSTD TRUE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user