Skip to content

Commit e0b974b

Browse files
committed
Merge pull request #91 from mikedanese/build-fix
BUILD: fix build now that sandboxing is enabled.
2 parents d7b714c + 146d2fc commit e0b974b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ cc_library(
2525
"core/std.jsonnet.h",
2626
],
2727
hdrs = [
28+
"core/ast.h",
2829
"core/desugaring.h",
2930
"core/lexer.h",
3031
"core/parser.h",
32+
"core/state.h",
3133
"core/static_analysis.h",
3234
"core/static_error.h",
35+
"core/unicode.h",
3336
"core/vm.h",
37+
"include/libjsonnet.h",
3438
],
3539
linkopts = ["-lm"],
3640
includes = ["core", "include"],

0 commit comments

Comments
 (0)