Merge pull request #239 from jaredledvina/patch-1

Makefile - Escape version a bit more
This commit is contained in:
John Reese 2018-08-27 12:38:08 +10:00 committed by GitHub
commit 0a36b1cf96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ endif
all: push.so all: push.so
push.so: push.cpp push.so: push.cpp
CXXFLAGS="$(CXXFLAGS) -DPUSHVERSION=\"$(version)\" $(flags)" LIBS="$(LIBS) $(flags)" \ CXXFLAGS="$(CXXFLAGS) -DPUSHVERSION=\"\\\"$(version)\\\"\" $(flags)" LIBS="$(LIBS) $(flags)" \
znc-buildmod push.cpp znc-buildmod push.cpp
install: push.so install: push.so