Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jun 16, 2024
1 parent 637a369 commit 8f5bf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl Project {

release_packages(
proj.tr.compiler.world_mut(),
include_dir!("$CARGO_MANIFEST_DIR/../contrib/typst/book"),
include_dir!("$CARGO_MANIFEST_DIR/../packages/shiroa"),
);

if matches!(proj.meta_source, MetaSource::Strict) {
Expand Down

0 comments on commit 8f5bf3c

Please sign in to comment.