openimageio: fix armv[56]* build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
a8948a4cf0
commit
6d009f933a
|
@ -27,6 +27,8 @@ esac
|
|||
|
||||
pre_build() {
|
||||
local f
|
||||
# Replace -isystem with -I to avoid "#include_next <stdlib.h>" file not found
|
||||
sed -i src/cmake/compiler.cmake -e "s;-isystem;-I;g"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]*|mips*)
|
||||
|
|
Loading…
Reference in New Issue