Skip to content

Commit

Permalink
Fix for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
GameParrot authored Jun 16, 2022
1 parent 79a090a commit 42cbb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let os = "darwin"
let osstring = "macos"
#endif
#if arch(x86_64)
let arch = "x86_64"
let arch = "x64"
#endif
#if arch(arm64)
let arch = "arm64"
Expand Down

0 comments on commit 42cbb59

Please sign in to comment.