summaryrefslogtreecommitdiffstats
path: root/third_party/rust/freetype/configure
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/freetype/configure')
-rwxr-xr-xthird_party/rust/freetype/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/freetype/configure b/third_party/rust/freetype/configure
new file mode 100755
index 0000000000..ed6c06e04d
--- /dev/null
+++ b/third_party/rust/freetype/configure
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+SRCDIR="$(cd $(dirname $0) && pwd)"
+sed "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile
+