summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-17 18:28:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 19:24:53 -0500
commit0874aa115c92f102a6ec474944f589667463fcd0 (patch)
treecd88b34bbc4fe58bf70a9ef0556245f53d4e1d50 /build.rs
parentfdd8510fdda6109c562e479c718d42c8ecc26263 (diff)
repo: make ripgrep build with the new organization
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 53f7259e..00e0a051 100644
--- a/build.rs
+++ b/build.rs
@@ -9,7 +9,7 @@ use clap::Shell;
use app::{RGArg, RGArgKind};
#[allow(dead_code)]
-#[path = "src/app.rs"]
+#[path = "crates/core/app.rs"]
mod app;
fn main() {