We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004728 commit 146d80aCopy full SHA for 146d80a
Clojure/Clojure/Lib/RT.cs
@@ -435,7 +435,7 @@ static RT()
435
// If not found, we hope that the source files core.clj, etc. are available on the standard file search path
436
437
438
- string baseDir = AppDomain.CurrentDomain.BaseDirectory;
+ string baseDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
439
440
try
441
{
0 commit comments