lucavallin / barco

Linux containers from scratch in C.
https://lucavall.in
MIT License
1.48k stars 87 forks source link

Fixes Build bug for third-party log libraries #7

Closed suololololo closed 4 months ago

suololololo commented 4 months ago

Hi ,lucavallin! I hope this message finds you well. Thank you for the excellent code! I have identified an error in the Makefiles where the Log Library should be dependent on the 'LIB_LOG_SRC', rather than the 'LIB_ARGTABLE_SRC' .

This pull request addresses the issue by correcting the dependency of the Log Library to rely on the 'log.c' file instead of the 'argtable3.c' file.