Commit 87582d97 authored by Linshizhi's avatar Linshizhi

change BUILD of examples.

parent f7ad5fd6
......@@ -3,8 +3,16 @@ cc_binary(
srcs = ["skia_svg_render.cc"],
copts = ["-I./src", "-std=c++2a"],
linkopts = [
"-lz", "-llzma", "-ljpeg", "-lfreetype",
"-lpng", "-lfontconfig", "-lGLX", "-lexpat -lm"],
"-lz",
"-llzma",
"-ljpeg",
"-lfreetype",
"-lpng",
"-lfontconfig",
"-lGLX",
"-lpthread",
"-lexpat",
"-lm"],
deps = [
"@skia//:skia_svg",
"@skia//:skia",
......@@ -24,6 +32,7 @@ cc_binary(
"-lfontconfig",
"-lGLX",
"-lexpat",
"-lpthread",
"-lm"],
deps = [
"@skia//:skia_svg",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment