Skip to content

Commit 146d80a

Browse files
committed
CLJCLR-185: Change lookup directory for Clojure.Source.dll to be the same as for the spec.alpha dlls.
1 parent 3004728 commit 146d80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clojure/Clojure/Lib/RT.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ static RT()
435435
// If not found, we hope that the source files core.clj, etc. are available on the standard file search path
436436

437437

438-
string baseDir = AppDomain.CurrentDomain.BaseDirectory;
438+
string baseDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
439439

440440
try
441441
{

0 commit comments

Comments
 (0)