Skip to content

Commit

Permalink
minor: export dllOverrides (#24106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Sep 14, 2024
1 parent 6d362e0 commit 4ff3558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/options.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ff3558

Please sign in to comment.