Skip to content

Commit

Permalink
Added /usr/local/inclue to include pach so that it compiles on Max OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
iamamused committed Dec 4, 2010
1 parent 218a971 commit 15df1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -24,7 +24,7 @@ $(MAIN): $(OBJS)
$(CXX) $(CXXFLAGS) $(INCLUDES) -o $(MAIN) $(OBJS) $(LFLAGS) $(LIBS)

php_options.pb.cc php_options.pb.h: php_options.proto
protoc php_options.proto --cpp_out=. -I. -I/usr/include
protoc php_options.proto --cpp_out=. -I. -I/usr/include -I/usr/local/include

.cc.o:
$(CXX) $(CXXFLAGS) $(INCLUDES) -c $< -o $@
Expand Down

0 comments on commit 15df1f8

Please sign in to comment.