We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c5330 commit 787a63fCopy full SHA for 787a63f
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: ff22bdfb6e0f4d8f20dbb643c2503080b368681f
+refs/heads/master: 24e0fc071f80f5305ebc5679c8f032be88cef93a
trunk/Makefile.in
@@ -67,7 +67,9 @@ ifdef CFG_WINDOWSY
67
CFG_LIB_NAME=$(1).dll
68
CFG_RUN_PROGRAM=$(1)
69
70
- CFG_PATH_MUNGE := | sed -e 's/\\\(.\)/\/\1/g'
+ CFG_PATH_MUNGE := $(strip | perl -p \
71
+ -e 's@\\(.)@/\1@go;' \
72
+ -e 's@^/([a-zA-Z])/@\1:/@o;')
73
ifdef CFG_FLEXLINK
74
CFG_BOOT_NATIVE := 1
75
endif
0 commit comments