]> Kevux Git Server - fll/commit
Update: Bootstrap build script should understand static and shared being built.
authorKevin Day <thekevinday@gmail.com>
Sat, 23 Oct 2021 13:54:53 +0000 (08:54 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 23 Oct 2021 13:54:53 +0000 (08:54 -0500)
commit79f7df567828fce348a36a84cec4a7afefeaf21c
tree6f9f61dfcdbdae5f921259db6b702a4a390a7961
parent3381bf2877c81c230daacb9314655bee2c60ddde
Update: Bootstrap build script should understand static and shared being built.

Instead of a single "built" file for tracking whether a package is built, have two "built" states, one for static and one for shared.

This allows for tracking whether shared or static is built exlusive of each other.
build/scripts/bootstrap.sh