blob: 51235e95c886a939d100a8030e51c642aa39e271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
https://github.com/ponylang/ponyc/issues/3169
--- a/Makefile-ponyc
+++ b/Makefile-ponyc
@@ -95,11 +95,7 @@
endif
endif
-ifneq (,$(filter $(OSTYPE), osx bsd))
- symlink.flags = -sf
-else
- symlink.flags = -srf
-endif
+symlink.flags = -sf
ifneq (,$(filter $(OSTYPE), osx bsd))
SED_INPLACE = sed -i -e
|