This commit is contained in:
2024-08-09 05:59:19 +03:00
parent 144b333b60
commit 3b7f72c8b3
8 changed files with 56 additions and 16 deletions

View File

@@ -1,3 +1,7 @@
# v2.1.3
+ added `DEP_OTHER_OUT_FILES` to dependency configs
+ if `PRESERVE_OUT_DIRECTORY_STRUCTURE=true` then `DEP_DYNAMIC_OUT_FILES` and `DEP_OTHER_OUT_FILES` are copied to `OUTDIR` preserving directory structure (example_dir/lib1.so -> $OUTDIR/example_dir/lib1.so)
# v2.1.2
+ changed compile_c and compile_cpp functions
+ bootstrap now can print help and list of installed versions