Build system: Setup script: support for toolchain override variables #24

Closed
opened 2022-07-12 01:44:33 +02:00 by BodgeMaster · 2 comments

We need the following variables to be able to override the toolchain for dependencies:

  • CC
  • CFLAGS
  • CXX
  • CXXFLAGS

Would also be nice if these were added to the local environment once implemented.

We need the following variables to be able to override the toolchain for dependencies: - `CC` - `CFLAGS` - `CXX` - `CXXFLAGS` Would also be nice if these were added to the local environment once implemented.
BodgeMaster added the
Workflow
label 2022-07-12 01:44:33 +02:00

This issue was a brainfart. Ofc environment variables apply inside scripts. 🤦

This issue was a brainfart. Ofc environment variables apply inside scripts. 🤦

How did I find out? Running setup_project with CXX=ccache g++

How did I find out? Running setup_project with `CXX=ccache g++`
Sign in to join this conversation.
There is no content yet.