Skip to content

Commit

Permalink
works on linux now
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Dec 10, 2018
1 parent f34ba7f commit 0aea20c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libdeno/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ v8_component("v8") {
"//third_party/v8:v8_libbase",
"//third_party/v8:v8_libplatform",
"//third_party/v8:v8_libsampler",

# TODO: do this in Cargo builds only?
]

if (!is_win) {
deps += [ "//buildtools/third_party/libc++:libc++" ]
}
}

# Only functionality needed for libdeno_test and snapshot_creator
Expand Down

0 comments on commit 0aea20c

Please sign in to comment.