diff options
-rwxr-xr-x | configure | 6 | ||||
m--------- | deps/attoconf | 0 |
2 files changed, 5 insertions, 1 deletions
@@ -27,7 +27,11 @@ try: except ImportError: sys.exit('attoconf missing - please run: git submodule update --init') else: - require_version(0, 8) + try: + require_version(0, 8) + except SystemExit as e: + e.code += '\nPlease run: git submodule update' + raise from attoconf.classy import add_slots from attoconf.lib.c import Cxx diff --git a/deps/attoconf b/deps/attoconf -Subproject 9486d72bcdeaf39156137b24025911407d8a72f +Subproject 2c30aa6572b9c8e455fb0aba5b5ed75361962d6 |