mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Merge pull request #10204 from 9999years/replace-foo-in-big-cxx-literal
Replace `foo` with `__NIX_STR` in `cxx-big-literal`
This commit is contained in:
commit
e65e9114d2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
%.gen.hh: %
|
%.gen.hh: %
|
||||||
@echo 'R"foo(' >> $@.tmp
|
@echo 'R"__NIX_STR(' >> $@.tmp
|
||||||
$(trace-gen) cat $< >> $@.tmp
|
$(trace-gen) cat $< >> $@.tmp
|
||||||
@echo ')foo"' >> $@.tmp
|
@echo ')__NIX_STR"' >> $@.tmp
|
||||||
@mv $@.tmp $@
|
@mv $@.tmp $@
|
||||||
|
|
Loading…
Reference in a new issue