mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Fix release-mode-only dmdoc build error
This commit is contained in:
parent
4aecc68277
commit
0ccdfbde17
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ pub fn save_resources(output_path: &Path) -> std::io::Result<()> {
|
|||
use std::io::Write;
|
||||
$(
|
||||
progress.update($name);
|
||||
create(&output_path.join($name))?.write_all(include_bytes!($name))?;
|
||||
crate::create(&output_path.join($name))?.write_all(include_bytes!($name))?;
|
||||
)*
|
||||
}}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue