File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -796,7 +796,7 @@ function create_app(package_dir::String,
796
796
get_compiler_cmd ()
797
797
798
798
ctx = create_pkg_context (package_dir)
799
- ctx. env. pkg === nothing && error (" expected package to have a `name`-entry " )
799
+ ctx. env. pkg === nothing && error (" expected package to have a `name` and `uuid` " )
800
800
Pkg. instantiate (ctx, verbose= true , allow_autoprecomp = false )
801
801
802
802
if executables === nothing
@@ -987,7 +987,7 @@ function create_library(package_dir::String,
987
987
end
988
988
989
989
ctx = create_pkg_context (package_dir)
990
- ctx. env. pkg === nothing && error (" expected package to have a `name`-entry " )
990
+ ctx. env. pkg === nothing && error (" expected package to have a `name` and `uuid` " )
991
991
Pkg. instantiate (ctx, verbose= true , allow_autoprecomp = false )
992
992
993
993
lib_name = something (lib_name, ctx. env. pkg. name)
You can’t perform that action at this time.
0 commit comments