Skip to content

Commit 9f7d34a

Browse files
committed
Adjust build flags.
1 parent c94cc19 commit 9f7d34a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

dep/build.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,12 @@
406406
path="dep/plutovg",
407407
)
408408
],
409+
cflags=[
410+
"-DPLUTOVG_BUILD_STATIC",
411+
],
412+
caller_cflags=[
413+
"-DPLUTOVG_BUILD_STATIC",
414+
],
409415
),
410416
)
411417

@@ -448,11 +454,9 @@
448454
],
449455
cflags=[
450456
"-DLUNASVG_BUILD_STATIC",
451-
"-DPLUTOVG_BUILD_STATIC",
452457
],
453458
caller_cflags=[
454459
"-DLUNASVG_BUILD_STATIC",
455-
"-DPLUTOVG_BUILD_STATIC",
456460
],
457461
),
458462
)

0 commit comments

Comments
 (0)