mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 04:42:20 +02:00
Add comment about FILENAME
being missing from ANDROID
This commit is contained in:
parent
4e18382089
commit
dcd26c8ad6
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||
file(READ "${VCPKG_ROOT_DIR}/_env/EXTERNAL_BUILD_ASSETS.txt" EXTERNAL_BUILD_ASSETS)
|
||||
file(READ "${VCPKG_ROOT_DIR}/_env/USE_GLES.txt" USE_GLES)
|
||||
|
||||
# GitHub Actions Android builds fail with `FILENAME` set while desktop builds with GLES fail without a set `FILENAME`.
|
||||
if (ANDROID)
|
||||
vcpkg_download_distfile(
|
||||
SOURCE_ARCHIVE
|
||||
|
|
Loading…
Reference in a new issue