Skip to content

Commit

Permalink
Merge pull request #91 from mikedanese/build-fix
Browse files Browse the repository at this point in the history
BUILD: fix build now that sandboxing is enabled.
  • Loading branch information
sparkprime committed Jan 8, 2016
2 parents d7b714c + 146d2fc commit e0b974b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ cc_library(
"core/std.jsonnet.h",
],
hdrs = [
"core/ast.h",
"core/desugaring.h",
"core/lexer.h",
"core/parser.h",
"core/state.h",
"core/static_analysis.h",
"core/static_error.h",
"core/unicode.h",
"core/vm.h",
"include/libjsonnet.h",
],
linkopts = ["-lm"],
includes = ["core", "include"],
Expand Down

0 comments on commit e0b974b

Please sign in to comment.