summaryrefslogtreecommitdiff
path: root/lib/open.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/open.t')
-rw-r--r--lib/open.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/open.t b/lib/open.t
index 48abf25bb3..7e09d8d687 100644
--- a/lib/open.t
+++ b/lib/open.t
@@ -3,6 +3,7 @@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
+ push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
require Config; import Config;
}