Skip to content

Commit

Permalink
Fix universal2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 28, 2024
1 parent 281c262 commit 43fdd45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/get_arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ def get_arch() -> str:

def main():
arch = get_arch()
compile_target = os.getenv("APNGASM_COMPILE_TARGET")
if compile_target:
sys.stdout.write(compile_target)
else:
sys.stdout.write(arch)
sys.stdout.write(arch)


if __name__ == "__main__":
Expand Down

0 comments on commit 43fdd45

Please sign in to comment.