Makefile - Escape version a bit more

Closes #212
This commit is contained in:
Jared 2018-08-26 14:21:09 -04:00 committed by GitHub
parent d2cf0d3a95
commit 4f69d4874d
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