mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 03:44:34 +03:00
edd57d380d
- Fixes the IPC bug - Fixes the terminfo bug - Moves the OSX SDK out of our nixcrpkgs fork. - Vendor nixcrpkgs instead of having it be a submodule.
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
|
|
|