You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
376 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -79,7 +79,8 @@ class QtHelpCommand(Command):
  4. # Library linkage
  5. -lib_dirs = ['.', '/usr/lib64', '/usr/lib', '/usr/local/lib']
  6. +owrt_staging_dir = os.environ["STAGING_DIR"]
  7. +lib_dirs = ['.', owrt_staging_dir + '/usr/lib64', owrt_staging_dir + '/usr/lib', owrt_staging_dir + '/usr/local/lib' ]
  8. include_dirs = []
  9. with suppress(KeyError):