mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Do not change dependancy root directory if not needed
svn path=/trunk/; revision=29494
This commit is contained in:
@@ -1234,7 +1234,7 @@ void
|
||||
Module::SetImportLibrary ( ImportLibrary* importLibrary )
|
||||
{
|
||||
this->importLibrary = importLibrary;
|
||||
dependency = new FileLocation ( IntermediateDirectory,
|
||||
dependency = new FileLocation ( HasImportLibrary () ? IntermediateDirectory : output->directory,
|
||||
output->relative_path,
|
||||
HasImportLibrary () ? "lib" + name + ".a" : output->name );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user