Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
On Cygwin, use symbolic ref, not a symbolic link, to express .git/HEAD
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 133808c82fe37a5dc086b7cdaf436bc3ce0027a6..0d3c27793e1e235255229c3408b2675632810afd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-183,6
+183,7
@@
ifeq ($(shell uname -o),Cygwin)
NEEDS_LIBICONV = YesPlease
NO_IPV6 = YesPlease
X = .exe
+ PLATFORM_DEFINES += -DUSE_SYMLINK_HEAD=0
endif
ifneq (,$(findstring arm,$(shell uname -m)))
ARM_SHA1 = YesPlease