Skip to content

Commit 3dfe105

Browse files
committed
chore: remove useless define
1 parent 0e96931 commit 3dfe105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xmake.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ target("legacy-script-engine")
133133

134134
elseif is_config("backend", "nodejs") then
135135
add_defines(
136-
"LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS",
137-
"USING_V8_PLATFORM_SHARED"
136+
"LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS"
138137
)
139138
set_basename("legacy-script-engine-nodejs")
140139
after_build(function(target)

0 commit comments

Comments
 (0)