mirror of https://github.com/SeanOMik/znc-push.git
Merge pull request #239 from jaredledvina/patch-1
Makefile - Escape version a bit more
This commit is contained in:
commit
0a36b1cf96
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue