Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using system spirv cross #17080

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2024

  1. build: Allow using a system-provided SPIRV-Cross library.

    Fixes: libretro#17079
    
    * Makefile.common [HAVE_BUILTINSPIRV_CROSS]: Include bundled
    SPIRV-Cross sources only when using the builtin option, else...
    [!HAVE_BUILTINSPIRV_CROSS]: Extend CXXFLAGS and LIBS.
    * qb/config.libs.sh (BUILTINSPIRV_CROSS): Register new check_enabled
    configure option, and add libraries/header checks.
    * qb/config.params.sh (HAVE_BUILTINSPIRV_CROSS): Register new parameter.
    Apteryks committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    45f606b View commit details
    Browse the repository at this point in the history
  2. qb/config.libs.sh: Extend default INCLUDES with GCC environment varia…

    …bles.
    
    C_INCLUDE_PATH and CPLUS_INCLUDE_PATH are consulted by GCC, so should
    be considered by check_libs as well.
    
    * qb/config.libs.sh (INCLUDES): Add C_INCLUDE_PATH and
    CPLUS_INCLUDE_PATH values to it.
    Apteryks committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b6ecc22 View commit details
    Browse the repository at this point in the history