mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Fix compilation of iced recipe
This commit is contained in:
parent
9a17505d3e
commit
6545cf036d
@ -17,7 +17,7 @@ script = """
|
||||
--package styling \
|
||||
-- \
|
||||
-L "${COOKBOOK_SYSROOT}/lib" \
|
||||
-C link-args="-Wl,-Bstatic $("${PKG_CONFIG}" --libs osmesa) -lz -lstdc++ -lc -lgcc"
|
||||
-C link-args="-Wl,-Bstatic $("${TARGET}-pkg-config" --libs osmesa) -lz -lstdc++ -lc -lgcc"
|
||||
mkdir -pv "${COOKBOOK_STAGE}/bin"
|
||||
cp -v "target/${TARGET}/release/styling" "${COOKBOOK_STAGE}/bin/iced"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user