From 60129cf339186d516d29b787207c377f7a02ec7a Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Sun, 28 Jul 2024 13:44:24 +0000 Subject: recipe: Make all pkg-config modules relocatable irrespective of generation platform Fixes #487 Part-of: --- cerbero/build/recipe.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cerbero/build/recipe.py b/cerbero/build/recipe.py index 7c7d08bf..8e4d768b 100644 --- a/cerbero/build/recipe.py +++ b/cerbero/build/recipe.py @@ -414,9 +414,6 @@ SOFTWARE LICENSE COMPLIANCE.\n\n''' Make all .pc files relocatable by setting `prefix` relative to ${pcfiledir} ''' - if self.config.platform == Platform.LINUX: - return - for f in self.files_list_by_category(self.DEVEL_CAT): if not f.endswith('.pc'): continue -- cgit v1.2.3