mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-10 17:56:36 +01:00
Finally fix Tango import paths.
We don't install Tango in our build system, so the user could always choose a different layout, but this matches the default.
This commit is contained in:
@@ -8,7 +8,7 @@ default:
|
||||
// arguments before they are parsed.
|
||||
switches = [
|
||||
"-I@INCLUDE_INSTALL_DIR@/@RUNTIME_AIO@",
|
||||
"-I@INCLUDE_INSTALL_DIR@/@RUNTIME_AIO@/core/vendor/ldc",
|
||||
"-I@INCLUDE_INSTALL_DIR@/@RUNTIME_AIO@/core/vendor",
|
||||
"-I@INCLUDE_INSTALL_DIR@",
|
||||
"-L-L@CMAKE_INSTALL_LIBDIR@",
|
||||
"-d-version=Tango",
|
||||
|
||||
Reference in New Issue
Block a user