Skip to content

Commit 83d24b3

Browse files
committed
Move ApplicationBuilderRuntimeUtils from REQUIRE to Pkg.Clone in build.jl, since not yet registered
1 parent 0aec598 commit 83d24b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
julia 0.6
22
PackageCompiler
3-
ApplicationBuilderRuntimeUtils
3+
# https://github.com/NHDaly/ApplicationBuilderRuntimeUtils.jl (Not yet registered; must clone manually.)
44
Glob
55
ArgParse
66
Compat

deps/build.jl

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
try
2+
Pkg.installed("ApplicationBuilderRuntimeUtils")
3+
catch
4+
Pkg.clone("https://github.com/NHDaly/ApplicationBuilderRuntimeUtils.jl.git")
5+
end

0 commit comments

Comments
 (0)