We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982ed12 commit 483b0c8Copy full SHA for 483b0c8
1 file changed
xmake.lua
@@ -72,7 +72,6 @@ target("client")
72
on_load(function (target)
73
local plugin_sdk = os.getenv("PLUGIN_SDK_DIR")
74
if not plugin_sdk then
75
- target:enabled(false)
76
print("Skipping client target because PLUGIN_SDK_DIR is not set")
77
return
78
end
0 commit comments