mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibBareMetal: Install headers so ports can pick them up
This commit is contained in:
parent
175cd4d9c2
commit
d5e167e725
Notes:
sideshowbarker
2024-07-19 09:18:55 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d5e167e7252
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
install:
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/Output/
|
||||
cp ../LibBareMetal/*.h $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/
|
||||
cp ../LibBareMetal/Output/*.h $(SERENITY_BASE_DIR)/Root/usr/include/LibBareMetal/Output/
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
Loading…
Add table
Reference in a new issue