Skip to content

Commit

Permalink
fix missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Jul 11, 2024
1 parent 6aa4821 commit b96ffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p/pdfio/port/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_packages("zlib")

target("pdfio")
set_kind("$(kind)")
add_files("pdfio-*.c")
add_files("pdfio-*.c", "ttf.c")
add_headerfiles("pdfio.h")

if is_plat("windows") and is_kind("shared") then
Expand Down

0 comments on commit b96ffe8

Please sign in to comment.