From b12f78c3ed08ca7cddb17110a2bcdcf2cd5f889e Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Tue, 29 Dec 2020 16:34:43 -0800 Subject: [antlr4,python3] Resolve cross port conflicts (#15378) * [python3] Add vcpkg's include directories to the end rather than to the beginning. This is safe because vcpkg never hydrates python3's $(PySrcDir)\externals directory, so it wasn't using vendored dependencies at all. * [antlr4] Install antlr headers in antlr4-runtime rather than the root to avoid stomping on common name token.h. This is consistent with the ubuntu packages. --- ports/python3/python_vcpkg.props.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/python3/python_vcpkg.props.in') diff --git a/ports/python3/python_vcpkg.props.in b/ports/python3/python_vcpkg.props.in index efad43bbd..c786e5fa0 100644 --- a/ports/python3/python_vcpkg.props.in +++ b/ports/python3/python_vcpkg.props.in @@ -6,7 +6,7 @@ _Py_HAVE_ZLIB;%(PreprocessorDefinitions) XML_STATIC;%(PreprocessorDefinitions) - ${CURRENT_INSTALLED_DIR}/include;%(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories);${CURRENT_INSTALLED_DIR}/include MultiThreadedDebug -- cgit v1.2.3