Build system: Setup script: support for toolchain override variables #24
Labels
No Label
Bug
Build Problems
Discussion
Distribution
Enhancement
Far Future
Fix Later
TODO
WONTFIX
Workflow
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BodgeMaster/FOSS-VG#24
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
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.
This issue was a brainfart. Ofc environment variables apply inside scripts. 🤦
How did I find out? Running setup_project with
CXX=ccache g++