mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
Get universal builds working again
Now we use lipo and build individually so we can pass the correct compiler flags per arch
This commit is contained in:
@@ -46,7 +46,7 @@ def run(*args, **extra_env):
|
||||
return subprocess.call(list(args), env=env, cwd=cwd)
|
||||
|
||||
|
||||
SETUP_CMD = [PYTHON, 'setup.py', '--build-universal-binary']
|
||||
SETUP_CMD = [PYTHON, 'setup.py']
|
||||
|
||||
|
||||
def build_frozen_launcher(extra_include_dirs):
|
||||
|
||||
Reference in New Issue
Block a user