commit: | 23d6c5017a5e193cdf8307dcc0e439cae69a0707 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Sat Apr 22 15:07:02 2017 +0200 |
parents: | e58d2135950f8e503f0939b85baea95a8e7cae01 |
diff --git a/.cargo/config b/.cargo/config line changes: +5/-0 index 0000000..69beb3f --- /dev/null +++ b/.cargo/config
@@ -0,0 +1,5 @@ +# Lower minimum OS X version on Darwin builds +[target.x86_64-apple-darwin] +rustflags = ["-Clink-args=-mmacosx-version-min=10.7"] +[target.i686-apple-darwin] +rustflags = ["-Clink-args=-mmacosx-version-min=10.7"]