Skip to content

Commit

Permalink
update demo makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vrogier committed Nov 10, 2020
1 parent 868d430 commit c5c5156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Makefile_demo
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

INCS = -I/usr/local/include
CFLAGS = -DOCI_IMPORT_LINKAGE -DOCI_CHARSET_ANSI
LDFLAGS= -L/data/oracle/10g/lib -lclntsh -L/usr/local/lib -locilib
LDFLAGS= -L/home/vincent/dev/oracle/instantclient_19_9/ -lclntsh -L/usr/local/lib -locilib
CC = gcc
SRCS = ocilib_demo.c
OBJS = $(SRCS:.c=.o)
Expand Down

0 comments on commit c5c5156

Please sign in to comment.