summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck/check-sort-order5
1 files changed, 3 insertions, 2 deletions
diff --git a/check/check-sort-order b/check/check-sort-order
index 77c0806..714d2ef 100755
--- a/check/check-sort-order
+++ b/check/check-sort-order
@@ -34,8 +34,9 @@ set -e
. ${srcdir}/common
-order1="$srcdir/sort/sort:$srcdir/sort"
-order2="$srcdir/sort:$srcdir/sort/sort"
+[ "$native_win32" = yes ] && sep=';' || sep=':'
+order1="${srcdir}/sort/sort${sep}${srcdir}/sort"
+order2="${srcdir}/sort${sep}${srcdir}/sort/sort"
export PKG_CONFIG_PATH
PKG_CONFIG_PATH="$order1"