Skip to content
Snippets Groups Projects
Verified Commit 6545cf03 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix compilation of iced recipe

parent 9a17505d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment