Skip to content

Commit

Permalink
instant client libraries lazy copy
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bik committed Jul 1, 2015
1 parent fec3feb commit d36776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/Makefile
Expand Up @@ -27,7 +27,7 @@ LINKDIRS = -L$(ERL_INTERFACE_DIR)/lib -L$(PRIV_DIR) -L$(OCI_LIB_PATH)
LINKFLAGS = -levent -lpthread -lerl_interface -lei -lerloci -locci -lons -lclntshcore -lclntsh -lnnz12 -lipc1 -lmql1

all: $(PRIV_DIR)/$(EXE_TARGET)
@rsync -L $(OCI_LIB_PATH)*.so* $(PRIV_DIR)/
@rsync -uL --progress $(OCI_LIB_PATH)*.so* $(PRIV_DIR)/
@echo "erloci compiled!!!"

$(PRIV_DIR)/$(EXE_TARGET): $(PRIV_DIR)/$(LIB_TARGET) $(ERLOCI_OBJS)
Expand Down

0 comments on commit d36776b

Please sign in to comment.