summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/xclient_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/xclient_build.py b/demo/xclient_build.py
index 943763f..d6ce9da 100644
--- a/demo/xclient_build.py
+++ b/demo/xclient_build.py
@@ -22,4 +22,4 @@ ffi.set_source('_xclient_cffi', """
""", libraries=['X11'])
if __name__ == '__main__':
- ffi.compile()
+ ffi.compile(verbose=True)