Skip to content

Commit

Permalink
Fix keystone build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 3, 2016
1 parent 120cdee commit 467d478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ all: $(PLUGINS)
#$(info $(LIBS))

define kscc
$(CXX) -fPIC $(LDFLAGS_SHARED) -Wall\
$(CC) -lc++ -fPIC $(LDFLAGS_SHARED) -Wall\
$(R2_CFLAGS) $(R2_LDFLAGS)\
$(KS_CFLAGS) $(KS_LDFLAGS)\
-o asm_$(1)_ks.$(SO_EXT) asm_$(1)_ks.c $(KS_LINK)
Expand Down

0 comments on commit 467d478

Please sign in to comment.