mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
23 lines
538 B
Diff
23 lines
538 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Sergey Bugaev <bugaevc@gmail.com>
|
|
Date: Wed, 2 Oct 2019 22:50:20 +0300
|
|
Subject: [PATCH] Manually set the target os instead of using uname
|
|
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 5673d17..9bd864f 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -52,7 +52,7 @@ cc_name="gcc"
|
|
ar_set=
|
|
|
|
# OS specific
|
|
-targetos=`uname`
|
|
+targetos=Serenity
|
|
case $targetos in
|
|
Darwin)
|
|
confvars="$confvars OSX"
|