From a5b23eaac50dcd62f0b61e65ec8327bdd2789e07 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Sat, 16 Jan 2016 17:11:31 +0100 Subject: [PATCH] Lower minimum runtime requirement of OS X to 10.6 --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 94b719f8..397ac17e 100644 --- a/dub.json +++ b/dub.json @@ -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": [ {