diff options
Diffstat (limited to 'cerbero/build/recipe.py')
-rw-r--r-- | cerbero/build/recipe.py | 3 |
1 files changed, 0 insertions, 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 |