fix_sqlite_encodings (#3370)

pull/3373/head
Snowinter 12 months ago committed by GitHub
parent 7bda831047
commit 8f5ed1bae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/s/sqlite3/xmake.lua

@ -39,6 +39,7 @@ package("sqlite3")
on_install(function (package)
local xmake_lua = [[
add_rules("mode.debug", "mode.release")
set_encodings("utf-8")
target("sqlite3")
set_kind("$(kind)")
add_files("sqlite3.c")

Loading…
Cancel
Save