Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pkg-config.py')
-rw-r--r--packages/pkg-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/pkg-config.py b/packages/pkg-config.py
index 6c62cbe..3e38774 100644
--- a/packages/pkg-config.py
+++ b/packages/pkg-config.py
@@ -1,4 +1,5 @@
package = FreeDesktopPackage('%{name}', 'pkg-config', '0.27',
configure_flags=["--with-internal-glib"])
-package.needs_lipo = True
+if package.profile.name == 'darwin':
+ package.m64_only = True