Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into avery/fix-dev-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored May 7, 2020
2 parents abe3189 + d34878a commit 02a42ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/// This file customizes debug builds for Wrangler
///
/// 1) sets the debug flag for rustc so Wrangler can feature detect
/// https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-cfg
/// 2) set the source directory for Wrangler so debug builds know where to
/// look for wranglerjs source files
/// https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-envvarvalue
use std::env;

fn main() {
Expand Down

0 comments on commit 02a42ea

Please sign in to comment.