Skip to content

Commit

Permalink
sysutils/fluxengine: Unbreak build with devel/samurai (D29353)
Browse files Browse the repository at this point in the history
It does not like the extra whitespace which might be a bug in samurai
but for now just remove it and fix the build.

MKNINJA .obj/build.ninja
ninja: .obj/build.ninja:6:5: expected name

PR:		254678
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Apr 7, 2021
1 parent 6428be4 commit 7b1d905
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sysutils/fluxengine/files/patch-mkninja.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Fix ninja generator

devel/samurai does not like the extra whitespace:

ninja: .obj/build.ninja:6:5: expected name

--- mkninja.sh.orig 2021-03-31 12:47:37 UTC
+++ mkninja.sh
@@ -7,7 +7,7 @@ rule cxx
description = CXX \$in
depfile = \$out.d
deps = gcc
-
+
rule library
command = $AR \$out \$in
description = AR \$in

0 comments on commit 7b1d905

Please sign in to comment.