libgdbr icon indicating copy to clipboard operation
libgdbr copied to clipboard

-soname does not exist in OSX's linker

Open radare opened this issue 11 years ago • 0 comments

lib: prepare $(SRC_O)
        #$(LD) -shared -Wl,-soname,$(LIBNAME).so -o $(LIB)/$(LIBNAME).so $(SRC_O)
        $(LD) -shared -o $(LIB)/$(LIBNAME).so $(SRC_O)

radare avatar Jan 21 '14 14:01 radare