Skip to content

Commit

Permalink
Merge pull request #108 from reutermj/master
Browse files Browse the repository at this point in the history
Amalgamate dependencies directly into deps
  • Loading branch information
SanderMertens authored Aug 19, 2024
2 parents 1aee31d + 9a23b4c commit c835c54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/project.c
Original file line number Diff line number Diff line change
Expand Up @@ -1369,6 +1369,10 @@ int16_t copy_amalgamated_from_dep(
dep->generate_path = dst_path;

ut_log_push("copy-amalgamate");

// when amalgamating dependencies, copy them directly into deps/
dep->amalgamate_path = NULL;

ut_try( bake_driver__generate(amalg_driver, config, dep), NULL);
ut_log_pop();

Expand Down

0 comments on commit c835c54

Please sign in to comment.