Skip to content

Commit

Permalink
Use g++ to resolve linkage issues
Browse files Browse the repository at this point in the history
Thanks to Nicholas Ball for noticing and finding the fix

fix #19
  • Loading branch information
dgomezferro committed Jun 17, 2012
1 parent d8b6cfd commit a6685ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
########################################################################

OSTYPE := $(shell uname -s)
CC = gcc
CC = g++
LDSHARED = $(CC) -shared -fPIC
TSO_COMMITHASHMAP_SO = libtso-commithashmap.so
ifeq ($(OSTYPE),Darwin)
Expand Down

0 comments on commit a6685ab

Please sign in to comment.