
When including builtin headers as part of a system module, ensure we use relative paths to those headers. Otherwise the module will fail to compile when specifying relative resource directories without extra search paths.
3 lines
64 B
Plaintext
3 lines
64 B
Plaintext
module ModuleWithBuiltinHeader [system] {
|
|
header "float.h"
|
|
} |