浏览代码

Meta: Port recent changes to the GN build

3a73eb99acac57e3b87fffcecbcd1fb5e881122e
Nico Weber 1 年之前
父节点
当前提交
2f81a3610d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn

@@ -33,6 +33,7 @@ shared_library("LibJS") {
     "Bytecode/IdentifierTable.cpp",
     "Bytecode/Instruction.cpp",
     "Bytecode/Interpreter.cpp",
+    "Bytecode/Label.cpp",
     "Bytecode/RegexTable.cpp",
     "Bytecode/StringTable.cpp",
     "Console.cpp",