summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2019-02-18 14:25:27 -0600
committerRon Olson <tachoknight@gmail.com>2019-02-18 14:25:27 -0600
commit8491012460c408f159dd7c97738ca80f0e9f6e7c (patch)
treef7ba707eb38a4bf669e8649fd2ac4893cab4ecca
parent652de0b0fe24497b0494d3014d8542985ac7bd31 (diff)
downloadswift-lang-8491012460c408f159dd7c97738ca80f0e9f6e7c.tar.gz
swift-lang-8491012460c408f159dd7c97738ca80f0e9f6e7c.tar.xz
swift-lang-8491012460c408f159dd7c97738ca80f0e9f6e7c.zip
Updated runtime description
-rw-r--r--swift-lang.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 4dd2740..fa2b963 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -76,7 +76,7 @@ correct programs easier for the developer.
%package runtime
-Summary: Runtime files for Swift
+Summary: Runtime files for Swift programs
%description runtime
Runtime libraries for Swift programs
@@ -116,6 +116,7 @@ mv swift-xcode-playground-support-swift-%{swifttag} swift-xcode-playground-suppo
# Fixes an issue with using std::thread in a vector in compiler-rt
%patch3 -p0
+
%build
export VERBOSE=1
export PYTHON_DISALLOW_AMBIGUOUS_VERSION=0