Kaydet (Commit) e8807620 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Binding OOO layer libs to NONE layer ones is bogus

Change-Id: I7470ab98cf68e1fd426983ce185c8fd2d73003e3
üst 3d229daa
...@@ -67,7 +67,6 @@ sub action($$$) ...@@ -67,7 +67,6 @@ sub action($$$)
'shl/OOO/OOO' => '@loader_path', 'shl/OOO/OOO' => '@loader_path',
'shl/OXT/URELIB' => '@executable_path/urelibs', 'shl/OXT/URELIB' => '@executable_path/urelibs',
'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__', 'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
'shl/OOO/NONE' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__', 'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/NONE' => '@__VIA_LIBRARY_PATH__'); 'shl/NONE/NONE' => '@__VIA_LIBRARY_PATH__');
my ($type, $loc1, $loc2) = @_; my ($type, $loc1, $loc2) = @_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment