File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,12 @@ ifeq ($(OS), WINNT)
121
121
endif
122
122
123
123
$(build_shlibdir ) /libjulia-debug.$(JL_MAJOR_MINOR_SHLIB_EXT ) : $(LIB_DOBJS ) | $(build_shlibdir ) $(build_libdir )
124
- @$(call PRINT_LINK, $(CC ) $(call IMPLIB_FLAGS,$@ .tmp) $(LOADER_CFLAGS ) -DLIBRARY_EXPORTS -shared $(DEBUGFLAGS ) $(LIB_DOBJS ) -o $@ .tmp \
124
+ @$(call PRINT_LINK, $(CC ) $(call IMPLIB_FLAGS,$@ .tmp) $(LOADER_CFLAGS ) -DLIBRARY_EXPORTS -shared $(DEBUGFLAGS ) $(LIB_DOBJS ) -o $@ \
125
125
$(JLIBLDFLAGS ) $(LOADER_LDFLAGS ) $(RPATH_LIB ) $(call SONAME_FLAGS,libjulia-debug.$(JL_MAJOR_SHLIB_EXT ) ) )
126
126
@$(INSTALL_NAME_CMD ) libjulia-debug.$(SHLIB_EXT ) $@ .tmp
127
127
ifeq ($(OS ) , WINNT)
128
128
@$(call PRINT_ANALYZE, $(OBJCOPY) $(build_libdir)/$(notdir $@).tmp.a $(STRIP_EXPORTED_FUNCS) $(build_libdir)/$(notdir $@).a && rm $(build_libdir)/$(notdir $@).tmp.a)
129
129
endif
130
- @mv $@.tmp $@
131
130
132
131
ifneq ($(OS ) , WINNT)
133
132
$(build_shlibdir ) /libjulia.$(JL_MAJOR_SHLIB_EXT ) $(build_shlibdir ) /libjulia-debug.$(JL_MAJOR_SHLIB_EXT ) : $(build_shlibdir ) /libjulia% .$(JL_MAJOR_SHLIB_EXT ) : \
You can’t perform that action at this time.
0 commit comments