Skip to content

Commit

Permalink
When Compiling serialize seperately per julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Dec 4, 2020
1 parent af8797c commit b856cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tzdata/TZData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end

const ARCHIVE_DIR = joinpath(DEPS_DIR, "tzarchive")
const TZ_SOURCE_DIR = joinpath(DEPS_DIR, "tzsource")
const COMPILED_DIR = joinpath(DEPS_DIR, "compiled")
const COMPILED_DIR = joinpath(DEPS_DIR, string("compiled_julia_v", VERSION))

const ARTIFACT_TOML = joinpath(@__DIR__, "..", "..", "Artifacts.toml")

Expand Down

0 comments on commit b856cf3

Please sign in to comment.