mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
fix: Build nix-store on arm with libatomic
This commit is contained in:
parent
ffc1b30f50
commit
f4b05cf8ec
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ if host_machine.system() == 'windows'
|
|||
deps_other += [wsock32]
|
||||
endif
|
||||
|
||||
subdir('build-utils-meson/libatomic')
|
||||
subdir('build-utils-meson/threads')
|
||||
|
||||
boost = dependency(
|
||||
|
|
Loading…
Reference in a new issue