Skip to content

Commit 0278c33

Browse files
authored
GNUmakefile: prefer system ln.exe at make
1 parent d432131 commit 0278c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ OS ?= $(shell uname -s)
7171
# Windows does not allow symlink by default.
7272
# Allow to override LN for AppArmor.
7373
ifeq ($(OS),Windows_NT)
74-
LN ?= ln -f
74+
LN ?= $(shell command -v ln) -f
7575
endif
7676
LN ?= ln -sf
7777

0 commit comments

Comments
 (0)