Merge pull request #270227 from khaneliman/darwin-fix
yabai: fix x86_64 build
This commit is contained in:
commit
013f0a99e5
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ in
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
env = {
|
||||||
|
# silence service.h error
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
|
||||||
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# aarch64 code is compiled on all targets, which causes our Apple SDK headers to error out.
|
# aarch64 code is compiled on all targets, which causes our Apple SDK headers to error out.
|
||||||
# Since multilib doesnt work on darwin i dont know of a better way of handling this.
|
# Since multilib doesnt work on darwin i dont know of a better way of handling this.
|
||||||
|
|
Loading…
Reference in a new issue