Skip to content

Commit c8abf13

Browse files
committed
commented out lines used for debugging
1 parent 3f5fb7d commit c8abf13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/access-triangle/package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def install(self, spec, prefix):
6868
mkdirp(prefix.lib)
6969

7070
with working_dir(src):
71+
# Make sure we see what's actually there, for debugging:
72+
# ls_output = Executable('ls')('-l', '.', output=str, error=str)
73+
# print("Files in build directory:\n", ls_output)
7174

7275
install('triangle.h', prefix.include)
7376

0 commit comments

Comments
 (0)