diff --git a/ldc2.conf.in b/ldc2.conf.in index 000f2fac..445b06cd 100644 --- a/ldc2.conf.in +++ b/ldc2.conf.in @@ -7,6 +7,8 @@ default: // 'switches' holds array of string that are appends to the command line // arguments before they are parsed. switches = [ + "-I@RUNTIME_DIR@/src/compiler/ldc", + "-I@RUNTIME_DIR@/src/common", "-I@RUNTIME_DIR@/import", "-L-L@PROJECT_BINARY_DIR@/../lib", "-defaultlib=@RUNTIME_AIO@",