chromium: musl host needs cdefs.h too
This commit is contained in:
parent
75fd7f52d1
commit
78253ce8de
|
@ -39,6 +39,10 @@ desc_option_debug="Build with debug symbols"
|
|||
desc_option_js_optimize="Optimize the JS used for Chromium's UI"
|
||||
desc_option_pipewire="Enable support for screen sharing for WebRTC via PipeWire"
|
||||
|
||||
if [ "$XBPS_LIBC" = musl ]; then
|
||||
hostmakedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue