Skip to content

Commit e98b9eb

Browse files
committed
Fix build
1 parent 9b3e1a0 commit e98b9eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/fenster

Submodule fenster updated 165 files

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ build_target() {
5555
print_gray "$all_name "
5656

5757
if [ -f Makefile ]; then
58-
(make target=ghost -j8 $@) >ghost-build.log 2>&1
58+
(make target=ghost $@) >ghost-build.log 2>&1
5959
else
6060
$SH build.sh $@ >ghost-build.log 2>&1
6161
fi

0 commit comments

Comments
 (0)