mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
369 B
Diff
13 lines
369 B
Diff
--- build.sh.orig 2017-02-14 02:35:14.000000000 -0700
|
|
+++ build.sh 2017-03-17 22:35:18.000000000 -0700
|
|
@@ -27,9 +27,6 @@
|
|
echo Using existing version file.
|
|
fi
|
|
|
|
-# For OSX compatibility >= 10.8
|
|
-MACOSX_DEPLOYMENT_TARGET=10.8
|
|
-
|
|
echo Running $DMD...
|
|
$DMD -ofbin/dub -g -O -w -version=DubUseCurl -version=DubApplication -Isource $* @build-files.txt
|
|
bin/dub --version
|