Skip to content

Commit

Permalink
Lower minimum runtime requirement of OS X to 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jan 16, 2016
1 parent 2b89896 commit a5b23ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"authors": ["Jacob Carlborg"],
"homepage": "https://github.com/jacob-carlborg/dstep",
"license": "BSL-1.0",
"copyright": "Copyright (c) 2011-2013 Jacob Carlborg. All rights reserved.",
"copyright": "Copyright (c) 2011-2016 Jacob Carlborg. All rights reserved.",

"targetType": "executable",
"targetPath": "bin",

"buildRequirements": ["silenceWarnings"],
"stringImportPaths": ["resources"],
"lflags-osx": ["-macosx_version_min", "10.6", "-lcrt1.10.6.o"],

"configurations": [
{
Expand Down

0 comments on commit a5b23ea

Please sign in to comment.