diff options
| author | robmikh <rob.mikh@outlook.com> | 2018-06-12 19:46:36 -0700 |
|---|---|---|
| committer | robmikh <rob.mikh@outlook.com> | 2018-06-12 19:46:36 -0700 |
| commit | c0555b0b3353c8ab37c1c9ba77ecdb87a44791b0 (patch) | |
| tree | 11a8e6f52e73d301519707cad50b846e33684eeb | |
| parent | 8f8c673e561f4621fea0018b090b25d0f62f0258 (diff) | |
| download | vcpkg-c0555b0b3353c8ab37c1c9ba77ecdb87a44791b0.tar.gz vcpkg-c0555b0b3353c8ab37c1c9ba77ecdb87a44791b0.zip | |
Minor cleanup
| -rw-r--r-- | ports/angle/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/angle/CMakeLists.txt b/ports/angle/CMakeLists.txt index 9e06fac07..4953cac27 100644 --- a/ports/angle/CMakeLists.txt +++ b/ports/angle/CMakeLists.txt @@ -219,6 +219,7 @@ elseif(WINDOWS_DESKTOP) angle::renderer::opengl ) else() + set(LIBANGLE_RENDERER_PLATFORM ) endif() add_library(libANGLE STATIC ${LIBANGLE_SOURCES}) |
