summaryrefslogtreecommitdiffstats
path: root/set-environ-variable.patch
blob: 9828cbcccfcf39d075996f6c3127f3c7ea7ad5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- swift/utils/build-script-impl.orig	2018-06-25 16:26:15.753466272 -0500
+++ swift/utils/build-script-impl	2018-06-25 16:26:15.747466273 -0500
@@ -18,6 +18,9 @@
 # Note: This script will NOT auto-clean before building.
 #
 
+SWIFT_BUILD_FOR_FEDORA=1
+export SWIFT_BUILD_FOR_FEDORA
+
 set -o pipefail
 set -e