diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-09-14 11:11:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-14 11:11:40 +0800 |
commit | 4ff35585f867ec98b15dacfbdaa9065bb2e59c06 (patch) | |
tree | c43946c2460743514cf181f20fe1ff75ed3d1e90 /compiler | |
parent | 6d362e0ffe78791036af05e4224daebaf7cb3f81 (diff) | |
download | Nim-4ff35585f867ec98b15dacfbdaa9065bb2e59c06.tar.gz |
minor: export dllOverrides (#24106)
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/options.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 6d56fc62d..44196609a 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -395,7 +395,7 @@ type outDir*: AbsoluteDir jsonBuildFile*: AbsoluteFile prefixDir*, libpath*, nimcacheDir*: AbsoluteDir - dllOverrides, moduleOverrides*, cfileSpecificOptions*: StringTableRef + dllOverrides*, moduleOverrides*, cfileSpecificOptions*: StringTableRef projectName*: string # holds a name like 'nim' projectPath*: AbsoluteDir # holds a path like /home/alice/projects/nim/compiler/ projectFull*: AbsoluteFile # projectPath/projectName |