Introduce 'drivers/apple_embedded' abstract platform for code reuse
This commit is contained in:
parent
34f005d810
commit
457299449d
84 changed files with 6107 additions and 5411 deletions
|
|
@ -82,7 +82,7 @@ namespace {
|
|||
String get_hostfxr_file_name() {
|
||||
#if defined(WINDOWS_ENABLED)
|
||||
return "hostfxr.dll";
|
||||
#elif defined(MACOS_ENABLED) || defined(IOS_ENABLED)
|
||||
#elif defined(MACOS_ENABLED) || defined(APPLE_EMBEDDED_ENABLED)
|
||||
return "libhostfxr.dylib";
|
||||
#else
|
||||
return "libhostfxr.so";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue