Extract naclports compiled libs from nacl sdk

118 views Asked by At

I have to develop in a windows environment. Unfortunately naclports was not able to compile libs on windows therefore i had to do that on a linux machine. Now i have a shared folder nacl_sdk_linux and am wondering how to extract the compiled libs and copy them to my windows nacl_sdk?

1

There are 1 answers

2
Derek On

Native Client compiled files are the same on every OS, so you should just be able to copy any object/bitcode, archive, or shared library file built on Linux to a Windows machine and use it. If you have a whole directory you can probably just copy that.