summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Syscall.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-10-08 23:40:49 +0200
committerOliver Tappe2008-10-08 23:40:49 +0200
commitb94340e8c76b2557db990288d827118f2756e468 (patch)
tree5e3ab81f642e8b0f94cba97b1cf97f50eaa2f6fd /lib/OpenSLX/Syscall.pm
parent* first try at making sure that the required Perl-headers exist before we try (diff)
downloadcore-b94340e8c76b2557db990288d827118f2756e468.tar.gz
core-b94340e8c76b2557db990288d827118f2756e468.tar.xz
core-b94340e8c76b2557db990288d827118f2756e468.zip
* add asm subfolder to ph-search path, too
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2276 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib/OpenSLX/Syscall.pm')
-rw-r--r--lib/OpenSLX/Syscall.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/OpenSLX/Syscall.pm b/lib/OpenSLX/Syscall.pm
index faf223f8..3291a402 100644
--- a/lib/OpenSLX/Syscall.pm
+++ b/lib/OpenSLX/Syscall.pm
@@ -65,6 +65,7 @@ sub _loadPerlHeader
local @INC = @INC;
push @INC, $phLibDir;
+ push @INC, "$phLibDir/asm";
for my $phFile (@phFiles) {
if (!eval { require $phFile }) {