improve ptex

pull/337/head
ruki 4 years ago
parent e945d5b4a3
commit 37103a5232
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 1
      packages/p/ptex/xmake.lua

@ -50,7 +50,6 @@ package("ptex")
add_files("src/utils/ptxinfo.cpp")
]], package:version():major(), package:version():minor()))
local configs = {}
configs.mode = package:debug() and "debug" or "release"
if package:config("shared") then
configs.kind = "shared"
elseif package:is_plat("linux") and package:config("pic") ~= false then

Loading…
Cancel
Save