Skip to content

Commit

Permalink
Merge pull request #245 from rodiazet/develop
Browse files Browse the repository at this point in the history
MacOS >= 10.14 build fix
  • Loading branch information
martinsumner authored Mar 7, 2019
2 parents 3585ada + 86276b5 commit 7920245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%% actually running.
case os:type() of
{unix,darwin} ->
Opt = " -mmacosx-version-min=10.8",
Opt = " -mmacosx-version-min=10.8 -stdlib=libc++",
[Mjr|_] = string:tokens(os:cmd("/usr/bin/uname -r"), "."),
Major = list_to_integer(Mjr),
if
Expand Down

0 comments on commit 7920245

Please sign in to comment.