From 4b24405a5115bd936a1f88308d8a02a9e07aa53b Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 4 Oct 2005 09:34:15 +0000 Subject: Fixed a but in the handling of scala.dll --- sources/scalac/symtab/classfile/CLRTypes.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sources/scalac') diff --git a/sources/scalac/symtab/classfile/CLRTypes.java b/sources/scalac/symtab/classfile/CLRTypes.java index 3ce4d8ceba..5dc0e031f9 100644 --- a/sources/scalac/symtab/classfile/CLRTypes.java +++ b/sources/scalac/symtab/classfile/CLRTypes.java @@ -94,11 +94,10 @@ public final class CLRTypes { assemrefs, args.assemrefs.value); Assembly mscorlib = findAssembly("mscorlib.dll", true); Type.initMSCORLIB(mscorlib); - findAssembly("scala.dll", false); findAllAssemblies(); if (getType("scala.Int") == null) { - abort("scala.dll"); + findAssembly("scala.dll", true); } BYTE = getType("System.SByte"); -- cgit v1.2.3