mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
There are a number of ways the absolute path to a source file can make it into the compiler output, some of which can prevent cached results from being used when compiling related code in different locations. The default source directory $S contains the package version so paths need to be relative to it in order to work between package versions.
Description
Languages
Shell
93%
Python
6.9%