Skip to content

Commit

Permalink
fix build.roc extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jun 12, 2024
1 parent 517eeee commit 874db71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.roc
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ prebuiltBinaryName = \target ->
MacosX64 -> "macos-x64"
LinuxArm64 -> "linux-arm64.a"
LinuxX64 -> "linux-x64.a"
WindowsArm64 -> "windows-arm64.a"
WindowsX64 -> "windows-x64"
WindowsArm64 -> "windows-arm64.lib"
WindowsX64 -> "windows-x64.lib"

printInfoLine : Str -> Task {} _
printInfoLine = \msg ->
Expand Down

0 comments on commit 874db71

Please sign in to comment.