Skip to content

Commit

Permalink
Merge branch 'issue-371' into upstream-master
Browse files Browse the repository at this point in the history
  • Loading branch information
timsgardner committed Sep 19, 2019
2 parents 621f103 + fdd5157 commit 31b2bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/arcadia/internal/leiningen.clj
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@
arcadia-opts)]
(if source-paths
(map (fn [p2]
(Path/Combine p1 p2))
; GetFullPath will convert directory separators; see issue #371
(System.IO.Path/GetFullPath
(Path/Combine p1 p2)))
source-paths)
[(Path/Combine p1 "src")])))

Expand Down

0 comments on commit 31b2bf4

Please sign in to comment.