anderslanglands / alShaders2

BSD 3-Clause "New" or "Revised" License
75 stars 38 forks source link

Based on the arnold API rules and to support gcc versions older than … #5

Closed noizfactory closed 7 years ago

noizfactory commented 7 years ago

…4.8.x, the returns from AiNodeGetStr() have been explicitly converted using the built-in c_str() method. Also changed the cmake file to statically link the stdc++ lib as that can be a potential problem on older gcc versions. More details can be found on this issue ticket - https://github.com/anderslanglands/alShaders2/issues/4