Merge pull request #2271 from strk/2.3.x-helloworld-makefile
2.3.x helloworld makefile tweaks
This commit is contained in:
commit
911993512a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
CXX = clang++
|
||||
# To use clang, run: make CXX=clang++
|
||||
|
||||
CXXFLAGS = $(shell mapnik-config --cflags)
|
||||
CXXFLAGS = $(shell mapnik-config --cflags) -fPIC
|
||||
|
||||
LIBS = $(shell mapnik-config --libs --ldflags --dep-libs)
|
||||
|
||||
|
@ -27,4 +27,4 @@ clean:
|
|||
deploy : all
|
||||
cp hello.input $(shell mapnik-config --input-plugins)
|
||||
|
||||
install: clean all deploy
|
||||
install: all deploy
|
||||
|
|
Loading…
Add table
Reference in a new issue