Skip to content

Commit 4f5752b

Browse files
goropikaristevengj
authored andcommitted
fix aot script (#673)
1 parent 2a7bb25 commit 4f5752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aot/compile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exec "${JULIA:-julia}" "$@" ${BASH_SOURCE[0]}
77
using Pkg
88
Pkg.activate(@__DIR__)
99
Pkg.add("MacroTools")
10-
Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
10+
Pkg.develop(PackageSpec(name="PyCall", path=dirname(@__DIR__)))
1111
Pkg.build("PyCall")
1212
Pkg.activate()
1313

0 commit comments

Comments
 (0)