(zilch lang ninja): consider .hpp to be headers
Change-Id: I6a6a6964feb764a70916d87bc8a4029b4ae92e80
This commit is contained in:
parent
42ea5fd576
commit
c1c606ee0b
2 changed files with 2 additions and 1 deletions
|
|
@ -278,7 +278,7 @@
|
|||
"zilchPlace() {\n"
|
||||
"cd $NIX_BUILD_TOP; cp -rf --no-preserve=ownership " #$realised-store " bdir\n"
|
||||
"chmod ugo+rw -R bdir\n"
|
||||
"(cd " #$realised-store "/src; find . -type f '(' -name '*.h' -o -name '*.hh' -o -name '*.so' ')') | while read f; do zilchMakeFile \"../src/$f\"; done\n"
|
||||
"(cd " #$realised-store "/src; find . -type f '(' -name '*.h' -o -name '*.hh' -o -name '*.hpp' -o -name '*.so' ')') | while read f; do zilchMakeFile \"../src/$f\"; done\n"
|
||||
make-all-placeholder-files
|
||||
"cd bdir/build\n"
|
||||
"}\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue