Skip to content

Commit

Permalink
link asmjit
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwg committed Aug 31, 2018
1 parent 2f43e7c commit 5d36b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OBJS=$(SRC:.cc=.o)
OUT=./calc
CC=clang++
CCOPTS=-std=c++14 -c -Wall -g
LDOPTS=-lpthread -g
LDOPTS=-lpthread -g -lasmjit

default: $(SRC) $(OUT)

Expand Down

0 comments on commit 5d36b69

Please sign in to comment.