mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
16 lines
313 B
Diff
16 lines
313 B
Diff
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
|