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 c65307d commit 16fff13Copy full SHA for 16fff13
mix.exs
@@ -9,7 +9,7 @@ defmodule Uuid.Mixfile do
9
version: "2.0.7",
10
language: :erlang,
11
erlc_options: [
12
- {:d, :erlang.list_to_atom('ERLANG_OTP_VERSION_' ++ :erlang.system_info(:otp_release))},
+ {:d, :erlang.list_to_atom(~c"ERLANG_OTP_VERSION_" ++ :erlang.system_info(:otp_release))},
13
:deterministic,
14
:debug_info,
15
:warn_export_vars,
0 commit comments