Browse Source

improve ptex

ruki 4 years ago
parent
commit
37103a5232
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/p/ptex/xmake.lua

+ 0 - 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