Skip to content

Commit 9b3e1a0

Browse files
committed
Fix build with fenster headers
1 parent 41ebb82 commit 9b3e1a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

build.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fi
66
. "$ROOT/ghost.sh"
77

88
# Prioritized applications that need to be built first
9-
APPLICATION_PRIORITY=("libjson" "libproperties" "libdevice" "libps2" "libps2driver" "libinput" "libwindow" "libfont" "libterminal" "libvideo" "libpci" "libahci")
9+
APPLICATION_PRIORITY=("libdevice" "libps2" "libps2driver" "libinput" "libterminal" "libvideo" "libpci" "libahci" "fenster")
1010

1111
# Flags
1212
FIRST_RUN=0
@@ -217,6 +217,12 @@ build_app() {
217217
build_apps() {
218218
pushd applications
219219

220+
# Install fenster headers
221+
pushd fenster
222+
(make target=ghost install-headers) >ghost-build.log 2>&1
223+
popd
224+
225+
220226
apps_success=0
221227
apps_total=0
222228

0 commit comments

Comments
 (0)