Skip to content

Commit

Permalink
removed local paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Jul 4, 2023
1 parent 0d8d194 commit 69f257e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def read(fname):
includedirs.append("/opt/homebrew/include/colibri-core")

#add some common default paths
includedirs += ['/usr/include/colibri-core', '/usr/local/include/colibri-core', '/home/sloot/usr/local/include/colibri-core' ]
libdirs += ['/usr/lib','/usr/local/lib', '/home/sloot/usr/local/lib']
includedirs += ['/usr/include/colibri-core', '/usr/local/include/colibri-core' ]
libdirs += ['/usr/lib','/usr/local/lib']
if 'VIRTUAL_ENV' in os.environ:
includedirs.insert(0,os.environ['VIRTUAL_ENV'] + '/include/colibri-core')
libdirs.insert(0,os.environ['VIRTUAL_ENV'] + '/lib')
Expand Down

0 comments on commit 69f257e

Please sign in to comment.