ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Add a way to specify extra global include paths. #49

Closed ta0kira closed 4 years ago

ta0kira commented 4 years ago

This will be necessary in order for libraries to be distributed separately from the compiler.

It could be some combination of an .rc file, a global config, and environment variables.

ta0kira commented 4 years ago

Just to clarify, this is for include paths for Zeolite sources, not for C++ sources. The latter is handled by clang++/g++.