Skip to content
Snippets Groups Projects
Commit 4d09d685 authored by Mick Jordan's avatar Mick Jordan
Browse files

create builtinlibs/lib dir

parent 59111b17
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ LIB_RDUMMY := $(LIBDIR)/libR$(DYLIB_EXT)
libr: $(LIB_RDUMMY)
$(LIB_RDUMMY): $(OBJ)/rdummy.o
mkdir -p $(LIBDIR)
mkdir -p $(OBJ)
$(DYLIB_LD) $(DYLIB_LDFLAGS) -o $(LIB_RDUMMY) -current_version $(R_VERSION) -compatibility_version $(R_VERSION) $(OBJ)/rdummy.o
cleanlibr:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment