summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-04 16:45:56 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-05 12:41:28 -0400
commit131e0ce4c78f63469d9aeaad6bd06bbcfe099ee9 (patch)
tree886065541401695cf5aa259dc530841ce84843b9 /BUILD.gn
parent06a28998ea3fd38a2173d71eeb3fae5fb5559b2e (diff)
Rename mock_main to deno_cc
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 380e29edb..f1c431743 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -26,9 +26,9 @@ rust_library("libc") {
]
}
-executable("mock_main") {
+executable("deno_cc") {
sources = [
- "src/mock_main.cc",
+ "src/main.cc",
]
deps = [
":flatbufferjs",