Coreclr needs original executable dll path not ni file path for dll loading. 19/162719/1
authorCho Woong Suk <ws77.cho@samsung.com>
Tue, 5 Dec 2017 05:24:53 +0000 (14:24 +0900)
committerCho Woong Suk <ws77.cho@samsung.com>
Tue, 5 Dec 2017 05:24:53 +0000 (14:24 +0900)
commit47b44f39311e68172008c9ec9ee4a3cb9a53599d
treed1107b5a7c8aa46fcff0d40f06d9b9090b5a6c81
parentb9e2f8612cc34f8b34290ebb7e3c628664b8026f
Coreclr needs original executable dll path not ni file path for dll loading.
ni file searching is automatically done in the inside of coreclr

Change-Id: I14fc7629431a3b082da06189dd2031a61b571afa
NativeLauncher/launcher/dotnet/dotnet_launcher.cc