From b2cd9d4d8d2484f222f4cab6ff496efa5ba51e54 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Feb 2025 17:15:48 +0100 Subject: debug --- cscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cscript b/cscript index 9b8f7c229..3fdc8e5ad 100644 --- a/cscript +++ b/cscript @@ -224,6 +224,7 @@ deb_depends['unstable'].extend(['libboost-filesystem1.67.0', 'libfmt10']) def can_build_disk(target): + print("can_build_disk? ", target, target.distro) # We can build dcpomatic2_disk on platforms that have Boost process and can build the lwext4 # library. For now, just allow-list good ones here. # @@ -249,6 +250,7 @@ def can_build_disk(target): return True if target.distro == 'rocky': return True + print("can't build disk!") return False def packages(name, packages, f): -- cgit v1.2.3