mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
Meta: Port ec8330b647
to gn build
This commit is contained in:
parent
ac43d3f6db
commit
95e2039abb
2 changed files with 19 additions and 0 deletions
|
@ -17,6 +17,9 @@ shared_library("LibJS") {
|
|||
"//Userland/Libraries/LibSyntax",
|
||||
"//Userland/Libraries/LibUnicode",
|
||||
]
|
||||
if (current_cpu == "x86" || current_cpu == "x64") {
|
||||
deps += [ "//Userland/Libraries/LibX86" ]
|
||||
}
|
||||
sources = [
|
||||
"AST.cpp",
|
||||
"Bytecode/ASTCodegen.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue