4730215017
Former-commit-id: 710edcfe8c8328382163d2ff94143b3f789a6309
6 lines
199 B
Python
6 lines
199 B
Python
package = FreeDesktopPackage('%{name}', 'pkg-config', '0.27',
|
|
configure_flags=["--with-internal-glib"])
|
|
|
|
if package.profile.name == 'darwin':
|
|
package.m64_only = True
|