actually loading and running some libgit2 code

This commit is contained in:
Scott Chacon
2010-05-24 17:09:32 -07:00
parent 89c86150c8
commit d76f1e87f2
4 changed files with 19 additions and 9 deletions

View File

@@ -4,6 +4,8 @@ INCLUDES = -I$(OTPROOT)/erts/emulator/beam/
# OS X flags.
GCCFLAGS = -O3 -fPIC -bundle -flat_namespace -undefined suppress -fno-common -Wall -m32
LIBS = -lz -lgit2
# Linux Flags
#GCCFLAGS = -O3 -fPIC -shared -fno-common -Wall