mirror of
https://github.com/HackHerz/pusher
synced 2025-12-06 02:10:19 +00:00
Using pkg-config now
This commit is contained in:
parent
7d011c09bd
commit
34bd85a206
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -6,7 +6,7 @@ INSTALL_DIR = /usr/local/bin
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CPPFLAGS = -std=c++11
|
CPPFLAGS = -std=c++11
|
||||||
BUILDCOMMAND = $(CXX) $(CPPFLAGS)
|
BUILDCOMMAND = $(CXX) $(CPPFLAGS)
|
||||||
LIBS = -lcurl
|
LIBS = `pkg-config libcurl --cflags --libs`
|
||||||
|
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue