Skip to content

Commit 50e1ca5

Browse files
committed
spelling: macos
Signed-off-by: Josh Soref <[email protected]>
1 parent cc8a470 commit 50e1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2021-01-19-scala-native-0.4-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ By default, Scala Native has always compiled and optimized the resulting assembl
151151
Although it worked well when you were running a program on the same machine, it caused many problems when trying to run it anywhere else.
152152
With the latest release you're able to define a custom build target for the compiler by providing an [LLVM-style TargetTriple](https://clang.llvm.org/docs/CrossCompilation.html) in your config.
153153

154-
For example, if you're working on Linux and would like to create an executable suitable for MacOS without changing your whole build,
154+
For example, if you're working on Linux and would like to create an executable suitable for macOS without changing your whole build,
155155
you can use the following sbt setting:
156156
```bash
157157
sbt 'set nativeConfig ~= {_.withTargetTriple("x86_64-apple-darwin<version>")}' myApp/nativeLink

0 commit comments

Comments
 (0)