Skip to content

Commit

Permalink
plugin: use installed tgun library for tgun-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
aerth committed Aug 18, 2023
1 parent 96e1257 commit 81bba81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ tgun.exe: example_c/example.c tgun.dll.a
${cross_compiler} -static ${CFLAGS} -o $@ -I. $^
tgun: tgun-static
mv $^ $@
tgun-shared: example_c/example.c tgun.so
${CC} ${CFLAGS} -o $@ -I. $^
tgun-shared: example_c/example.c
${CC} ${CFLAGS} -o $@ -I. $^ -ltgun
tgun-static: example_c/example.c tgun.a
${CC} -static ${CFLAGS} -o $@ -I. $^
tgun-trig-error: example_c/example_error.c tgun.a
Expand Down

0 comments on commit 81bba81

Please sign in to comment.