meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.32k stars 504 forks source link

Allow --with-rt configure option #2665

Open kikadf opened 3 months ago

kikadf commented 3 months ago

These changes add --with-rt=... configure option. With that possible to disable rt if it is present on the host system, or set the path. The changes don’t modify the compile, not necessary to update any build scripts. Tested on linux with every rt configure option, works fine.