Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 22, 2024
1 parent a1c66b7 commit 54bb431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ target("legacy-script-engine")
)
elseif is_config("backend", "quickjs") then
add_defines(
"LLSE_BACKEND_JS"
"LLSE_BACKEND_QUICKJS"
)
end

0 comments on commit 54bb431

Please sign in to comment.