wasm: fix freetype library source
Change-Id: Ib99c4c178808c7325e55e85a1548542ae3c57524 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
parent
fc2c4edcbd
commit
b6737b7ecd
@ -163,7 +163,7 @@
|
||||
"sources": [
|
||||
{ "type": "pkgConfig", "args": "freetype2" },
|
||||
{ "type": "freetype", "libs": "-lfreetype", "condition": "!config.wasm" },
|
||||
{ "type": "freetype", "libs": "-s USE_FREETYPE=1", "condition": "config.wasm" }
|
||||
{ "libs": "-s USE_FREETYPE=1", "condition": "config.wasm" }
|
||||
],
|
||||
"use": [
|
||||
{ "lib": "zlib", "condition": "features.system-zlib" }
|
||||
|
Loading…
Reference in New Issue
Block a user