Skip to content

Commit

Permalink
python shall output to rerun_py/rerun_sdk/rerun2
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 14, 2023
1 parent 2db8f84 commit 0955e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use re_build_tools::{
const SOURCE_HASH_PATH: &str = "./source_hash.txt";
const DEFINITIONS_DIR_PATH: &str = "./definitions";
const RUST_OUTPUT_DIR_PATH: &str = ".";
const PYTHON_OUTPUT_DIR_PATH: &str = "../../rerun_py/rerun2";
const PYTHON_OUTPUT_DIR_PATH: &str = "../../rerun_py/rerun_sdk/rerun2";

fn main() {
if std::env::var("CI").is_ok() {
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script.
# It can be safely removed at anytime to force the build script to run again.
# Check out build.rs to see how it's computed.
5a4275f71245bf3f59421a959cf6b2f57e7d28c7dbec9a61e7416747c2d79b96
e264658cf8184bcb9dbd1302910072b755ea7901e6337b3b5394094ca67e0ef7

0 comments on commit 0955e07

Please sign in to comment.