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 2a7bb25 commit 4f5752bCopy full SHA for 4f5752b
aot/compile.jl
@@ -7,7 +7,7 @@ exec "${JULIA:-julia}" "$@" ${BASH_SOURCE[0]}
7
using Pkg
8
Pkg.activate(@__DIR__)
9
Pkg.add("MacroTools")
10
-Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
+Pkg.develop(PackageSpec(name="PyCall", path=dirname(@__DIR__)))
11
Pkg.build("PyCall")
12
Pkg.activate()
13
0 commit comments