File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,9 +298,6 @@ endif
298
298
-$(INSTALL_M) $(build_bindir)/libopenlibm.dll.a $(DESTDIR)$(libdir)/
299
299
else
300
300
301
- # Install `7z` into libexec/
302
- $(INSTALL_M) $(build_bindir)/7z$(EXE) $(DESTDIR)$(libexecdir)/
303
-
304
301
# Copy over .dSYM directories directly for Darwin
305
302
ifneq ($(DARWIN_FRAMEWORK ) ,1)
306
303
ifeq ($(OS ) ,Darwin)
@@ -330,6 +327,7 @@ ifeq ($(BUNDLE_DEBUG_LIBS),1)
330
327
@$(DSYMUTIL) -o $(DESTDIR)$(prefix)/$(framework_resources)/sys-debug.dylib.dSYM $(build_private_libdir)/sys-debug.dylib
331
328
endif
332
329
endif
330
+
333
331
for suffix in $(JL_PRIVATE_LIBS-0) ; do \
334
332
for lib in $(build_libdir)/$${suffix}.*$(SHLIB_EXT)*; do \
335
333
if [ "$${lib# #*.}" != "dSYM" ]; then \
@@ -342,6 +340,8 @@ endif
342
340
$(INSTALL_M) $$lib $(DESTDIR)$(private_libdir) ; \
343
341
done
344
342
endif
343
+ # Install `7z` into libexec/
344
+ $(INSTALL_M) $(build_bindir)/7z$(EXE) $(DESTDIR)$(libexecdir)/
345
345
346
346
# Copy public headers
347
347
cp -R -L $(build_includedir)/julia/* $(DESTDIR)$(includedir)/julia
You can’t perform that action at this time.
0 commit comments