mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Update mesa recipe
This commit is contained in:
parent
97469d5e83
commit
3d72057d3a
@ -12,6 +12,9 @@ dependencies = [
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
#TODO: do this in cook instead
|
||||
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
||||
|
||||
export CFLAGS="-I${COOKBOOK_SYSROOT}/include -DHAVE_PTHREAD=1"
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include -DHAVE_PTHREAD=1"
|
||||
export LDFLAGS="-L${COOKBOOK_SYSROOT}/lib --static"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user