summaryrefslogtreecommitdiff
path: root/Ports/tinycc/patches/targetos.patch
blob: 82840548db9c263fd0c4306230dec6dfa4a7342b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tinycc-dev/configure	2019-05-14 22:40:39.000000000 +0300
+++ tinycc-dev-serenity/configure	2019-10-02 13:31:15.464543005 +0300
@@ -49,7 +49,7 @@
 gcc_minor=0
 
 # OS specific
-targetos=`uname`
+targetos=Serenity
 case $targetos in
   Darwin)
     confvars="$confvars OSX"