aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxDarKraDx <14582891+xdarkradx@users.noreply.github.com>2019-02-22 18:50:46 -0500
committerVictor Romero <romerosanchezv@gmail.com>2019-02-22 15:50:46 -0800
commit9c8a15919991920b42bc9710cc34fdf59dbd36b4 (patch)
tree17a71928372847dbf46f7923394c7b800028ab37
parentf10c9d7e21a208d2c60e2ac0b7ee473bb1179549 (diff)
downloadvcpkg-9c8a15919991920b42bc9710cc34fdf59dbd36b4.tar.gz
vcpkg-9c8a15919991920b42bc9710cc34fdf59dbd36b4.zip
X plane (#5419)
* Add X-Plane SDK support * fix: disallow x86 builds The x-plane SDK website claims that the SDK is only compatible with x64. The PR that adds support for this fails in x86, so I'm disallow x86 builds to align with the x-plane documentation. * fix: install sdk headers to the root include path The x-plane SDK website's examples expect that the sdk headers are at the root of the include path. I'm adjusting this port to align with those samples, as we want examples to "just work" as much as possible. * style: whitespace * Remove ununsed directory
-rw-r--r--ports/x-plane/portfile.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/x-plane/portfile.cmake b/ports/x-plane/portfile.cmake
index 8946e4eb9..cfc5fedd3 100644
--- a/ports/x-plane/portfile.cmake
+++ b/ports/x-plane/portfile.cmake
@@ -16,7 +16,6 @@ vcpkg_extract_source_archive(
)
file(MAKE_DIRECTORY
- ${CURRENT_PACKAGES_DIR}/include/x-plane/
${CURRENT_PACKAGES_DIR}/lib
${CURRENT_PACKAGES_DIR}/debug/lib
)