Skip to content

Commit

Permalink
Yet another newline approach
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 20, 2022
1 parent 1e9f7e4 commit e37a1e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,11 @@ bin/master_me-easy-presets.lv2/%: plugin/master_me-easy-presets.lv2/%
# mkdir -p build/master_me
# $(FAUSTPP_EXEC) $(FAUSTPP_ARGS) $(FAUSTPP_OPTS) -a template/$* $< -o $@

ifeq ($(shell echo -e escaped-by-default | grep -- '-e escaped-by-default'),-e escaped-by-default)
NEWLINE = '\\\\$(nothing)n'
else
NEWLINE = '\\$(nothing)n'
endif

# only generated once
build/BuildInfo1.hpp:
Expand Down

0 comments on commit e37a1e0

Please sign in to comment.