Skip to content
Snippets Groups Projects
Commit e390b129 authored by Steve Lhomme's avatar Steve Lhomme Committed by Hugo Beauzée-Luyssen
Browse files

Fix ln -s calls on Windows

autoconf detects what the system should use to link files
parent a166c47a
No related branches found
No related tags found
1 merge request!5Upstream vlc patches
Pipeline #15280 passed with stage
in 56 seconds
......@@ -12,7 +12,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libdca.pc libdts.pc
install-exec-hook:
ln -sf "$(DESTDIR)$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a"
$(LN_S)f "$(DESTDIR)$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a"
uninstall-hook:
unlink "$(DESTDIR)$(libdir)/libdts.a"
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