Skip to content

Commit 14379f8

Browse files
committed
added debug
1 parent 0efad82 commit 14379f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
if getenv('LIBLINK'):
1818
PLATFORM = 'android'
1919

20+
print(environ)
21+
2022
if PLATFORM != 'android':
2123
cflags = environ.get('CFLAGS', '')
2224
ldflags = environ.get('LDFLAGS', '')

0 commit comments

Comments
 (0)