Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
fix(toolchain): include backend dir relative to manifest dir (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Sep 7, 2024
1 parent 1a972be commit efa1964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion packages/toolchain/src/backend/embed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::hash::{Hash, Hasher};
use std::path::PathBuf;
use tokio::fs;

const BACKEND_DIR: Dir = include_dir!("packages/backend/");
const BACKEND_DIR: Dir = include_dir!("$CARGO_MANIFEST_DIR/../backend");
const DENO_CONFIG: &'static str = include_str!("../../../../deno.jsonc");
const DENO_LOCKFILE: &'static str = include_str!("../../../../deno.lock");

Expand Down
9 changes: 0 additions & 9 deletions scripts/build/build_copy_to_godot.sh

This file was deleted.

0 comments on commit efa1964

Please sign in to comment.