Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 28, 2018
1 parent ef214d2 commit d1aa949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindSIP.py
Expand Up @@ -39,7 +39,7 @@
print("sip_bin:%s" % sipcfg.sip_bin)
print("default_sip_dir:%s" % sipcfg.default_sip_dir)
print("sip_inc_dir:%s" % sipcfg.sip_inc_dir)
if sipcfg.sip_version >= int('04130a', 16):
if hasattr(sipcfg, "sip_mod_dir"):
print("sip_mod_dir:%s" % sipcfg.sip_mod_dir)
else:
print("sip_module_dir:%s" % sipcfg.sip_module_dir)
print("sip_mod_dir:%s" % sipcfg.sip_module_dir)

1 comment on commit d1aa949

@3nids
Copy link
Member

@3nids 3nids commented on d1aa949 Jun 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Please sign in to comment.