Skip to content

Commit fce8d77

Browse files
committed
fixup
1 parent 558bc04 commit fce8d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/a/aui/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ package("aui")
147147
local opt = {}
148148
if package:is_plat("windows") then
149149
if package:config("shared") then
150-
opt.packagedeps = "glew"
150+
opt.packagedeps = {"glew"}
151151
end
152152
if package:has_tool("cxx", "cl", "clang_cl") then
153153
opt.cxflags = {"/EHsc"}

0 commit comments

Comments
 (0)