Browse Source

improve glad (#1534)

ruki 2 years ago
parent
commit
0ebe60d70c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/g/glad/xmake.lua

+ 2 - 1
packages/g/glad/xmake.lua

@@ -14,7 +14,8 @@ package("glad")
     end
     end
     on_load("windows", "linux", "macosx", "mingw", function (package)
     on_load("windows", "linux", "macosx", "mingw", function (package)
         if not package.is_built or package:is_built() then
         if not package.is_built or package:is_built() then
-            package:add("deps", "cmake", "python 3.x", {kind = "binary"})
+            package:add("deps", "cmake")
+            package:add("deps", "python 3.x", {kind = "binary"})
         end
         end
     end)
     end)