fix includedirs

stfl
star9029 8 months ago committed by GitHub
parent 473a33fd32
commit 054b47fe26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/s/stfl/xmake.lua

@ -23,6 +23,7 @@ package("stfl")
set_kind("$(kind)")
add_files("*.c|example.c")
add_files("widgets/*.c")
add_includedirs(".")
add_headerfiles("stfl.h")
if is_plat("linux", "bsd") then

Loading…
Cancel
Save