Skip to content

Commit 3f3c289

Browse files
committed
fixed gradle
1 parent edb39aa commit 3f3c289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def getJuliaLibPath() {
3333
def juliaCmd = [
3434
'julia',
3535
'-e',
36-
'print(abspath(joinpath(dirname(Sys.BINDIR), "lib")))'
36+
'print(abspath(joinpath(dirname(Sys.BINDIR), string(:lib))))'
3737
]
3838
def process = juliaCmd.execute()
3939
process.waitFor()

0 commit comments

Comments
 (0)