1
0
Fork 0
mirror of https://github.com/SeanOMik/znc-push.git synced 2025-04-20 21:04:00 +00:00

Makefile - Escape version a bit more

Closes 
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

View file

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