We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efad82 commit 14379f8Copy full SHA for 14379f8
1 file changed
setup.py
@@ -17,6 +17,8 @@
17
if getenv('LIBLINK'):
18
PLATFORM = 'android'
19
20
+print(environ)
21
+
22
if PLATFORM != 'android':
23
cflags = environ.get('CFLAGS', '')
24
ldflags = environ.get('LDFLAGS', '')
0 commit comments