Use a platform agnostic name for native libraries#1987
Conversation
dff3328 to
a68d729
Compare
|
@HJLeee Is this available on the dotnet runtime in Tizen? Could you check the lookup algorithm of the runtime again? |
|
@walac I wonder if you have tested it before the submittion as there is no devel pkg in the target and in such case there is no, for example, capi-xxx.so, which links to capi-xxx.so.0. |
|
@HJLeee I tested it on Windows and Linux environments. Is there another test I should perform? |
This patch makes the DALi C# binder and tizenfx-stub library names platform agnostic. This guarantees they can be loaded in Windows and Linux environments.
a68d729 to
0b4b743
Compare
|
@walac You should test on the tizen platform also, The xxxx.so symbolic link files are usually not installed in the platform binaries. |
|
@walac https://code.sec.samsung.net/confluence/display/GFX/NUI+Developer+Getting+started thank you. |
|
Hi @dongsug-song , I can't access the links, are they behind some sort of a VPN or Firewall? I tried to take another approach to the problem following this dotnet documentation. The problem is that netstandard2.0 doesn't contain the referred APIs and the PS: I have this PR pending for quite a while. Is this the right repo to submit? |
|
Closing in favor of #2091 |
This patch makes the DALi C# binder and tizenfx-stub library names
platform agnostic. This guarantees they can be loaded in Windows and
Linux environments.