mirror of
https://github.com/SeanOMik/znc-push.git
synced 2025-04-19 20:33:57 +00:00
parent
d2cf0d3a95
commit
4f69d4874d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue