mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-05-05 20:26:39 +02:00
Font generation: Fix patch binary path
This commit is contained in:
parent
91c69d3c5b
commit
bab86633a0
@ -67,7 +67,7 @@ def main():
|
||||
subprocess.check_call(line)
|
||||
if patches:
|
||||
for patch in patches:
|
||||
subprocess.check_call(['/usr/bin/patch', name+'.c', patch])
|
||||
subprocess.check_call(['/usr/bin/env', 'patch', name+'.c', patch])
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user