mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Use relative paths for object files
This commit is contained in:
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ sys.path.insert(0, os.path.join(base, 'glfw'))
|
|||||||
glfw = importlib.import_module('glfw')
|
glfw = importlib.import_module('glfw')
|
||||||
verbose = False
|
verbose = False
|
||||||
del sys.path[0]
|
del sys.path[0]
|
||||||
build_dir = os.path.join(base, 'build')
|
build_dir = 'build'
|
||||||
constants = os.path.join(base, 'kitty', 'constants.py')
|
constants = os.path.join(base, 'kitty', 'constants.py')
|
||||||
with open(constants, 'rb') as f:
|
with open(constants, 'rb') as f:
|
||||||
constants = f.read().decode('utf-8')
|
constants = f.read().decode('utf-8')
|
||||||
|
|||||||
Reference in New Issue
Block a user