Skip to content

Commit

Permalink
Short dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jan 14, 2025
1 parent aa2adfc commit 45f2802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lib-wasm/link.ml
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ let gen_dir dir f =
let d_tmp =
Filename.temp_file_name
~temp_dir:(Filename.dirname dir)
(Filename.basename dir)
"assets"
".tmp"
in
try
Expand Down

0 comments on commit 45f2802

Please sign in to comment.