summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
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):