Use relative paths for object files
This commit is contained in:
parent
93b62c4dfd
commit
edc8878632
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@
|
|||
glfw = importlib.import_module('glfw')
|
||||
verbose = False
|
||||
del sys.path[0]
|
||||
build_dir = os.path.join(base, 'build')
|
||||
build_dir = 'build'
|
||||
constants = os.path.join(base, 'kitty', 'constants.py')
|
||||
with open(constants, 'rb') as f:
|
||||
constants = f.read().decode('utf-8')
|
||||
|
|
|
|||
Loading…
Reference in a new issue