mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Co-authored-by: pfg <pfg@pfg.pw> Co-authored-by: Ryan Gonzalez <git@refi64.dev> Co-authored-by: Ben Grant <ben@bun.sh> Co-authored-by: Dave Caruso <me@paperdave.net>
This commit is contained in:
@@ -290,7 +290,7 @@ $ xcode-select --install
|
||||
Bun defaults to linking `libatomic` statically, as not all systems have it. If you are building on a distro that does not have a static libatomic available, you can run the following command to enable dynamic linking:
|
||||
|
||||
```bash
|
||||
$ bun setup -DUSE_STATIC_LIBATOMIC=OFF
|
||||
$ bun run build -DUSE_STATIC_LIBATOMIC=OFF
|
||||
```
|
||||
|
||||
The built version of Bun may not work on other systems if compiled this way.
|
||||
|
||||
Reference in New Issue
Block a user