diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-12-31 02:41:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 10:41:49 -0800 |
| commit | c5c07e363cfb31df45906d220147e8e3bee23ba2 (patch) | |
| tree | 3cd968e4222240d66673988a5be93ff03b95b478 /ports/llgl/fix-install-error.patch | |
| parent | 9b2edf2f386ba3afe78f4612d73d0e44c90453b7 (diff) | |
| download | vcpkg-c5c07e363cfb31df45906d220147e8e3bee23ba2.tar.gz vcpkg-c5c07e363cfb31df45906d220147e8e3bee23ba2.zip | |
[LLGL] installs header files in the wrong directory (#15366)
Diffstat (limited to 'ports/llgl/fix-install-error.patch')
| -rw-r--r-- | ports/llgl/fix-install-error.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/llgl/fix-install-error.patch b/ports/llgl/fix-install-error.patch index 30b9c3040..872d01bfc 100644 --- a/ports/llgl/fix-install-error.patch +++ b/ports/llgl/fix-install-error.patch @@ -39,6 +39,6 @@ index f440884..d1b0c2f 100644 + ARCHIVE DESTINATION lib
+)
+# Install headers
-+install(DIRECTORY ${PROJECT_INCLUDE_DIR} DESTINATION include)
++install(DIRECTORY ${PROJECT_INCLUDE_DIR} DESTINATION .)
+
|
