Skip to content

Commit

Permalink
Fix arch name to x86_64 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski authored Sep 27, 2022
1 parent 9d6e4de commit e90c466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.sc
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ trait JniUnixModule extends Module {
val x86DyLib = generateUnixSo(
dllName0,
unixExtension0,
Seq("-arch", "arm64"),
Seq("-arch", "x86_64"),
x86Objs,
destDir / "arm64",
destDir / "x86_64",
unixLinkingLibs(),
gcc0
)
Expand Down

0 comments on commit e90c466

Please sign in to comment.