mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
14 lines
442 B
Diff
14 lines
442 B
Diff
|
diff -ur qt-orig/configure.pri qt/configure.pri
|
||
|
--- qt-orig/configure.pri 2017-07-27 18:16:48.205591390 -0700
|
||
|
+++ qt/configure.pri 2017-07-29 13:11:08.957085166 -0700
|
||
|
@@ -139,7 +139,8 @@
|
||
|
}
|
||
|
}
|
||
|
|
||
|
- $$qtConfEvaluate("features.cross_compile") {
|
||
|
+ qtLog("Blindly trusting this pkg-config to be valid.");
|
||
|
+ false {
|
||
|
# cross compiling, check that pkg-config is set up sanely
|
||
|
sysroot = $$config.input.sysroot
|
||
|
|