Solus 4.0 Fortitude

@RevoluPowered Is this related to your recent Assimp work?
@clayjohn @RevoluPowered
Few weeks ago I make install mingw-64 (cross compiler) on my machine.
In short libraries created by make install messed everything up.
After hours, I deleted them and now I can build Godot easily.
Thanks.

@clayjohn I have not changed that part of the library directly but, I however did update the library to the latest master. After upgrading the library I had to do a full rebuild using scons due to global defines added to scons.
@Vikram1323 did you just delete assimp from modules or are you still unable to build with this included?
@RevoluPowered
Before, figuring out what was real problem* I build after deleting assimp but now I can build with assimp.
*Solus (GNU/Linux) has no package for mingw-64(cross-compiler). So I tried to build it. What happened in my opinion was libraries with same names was causing this problem. So I deleted them one by one.


That's good to hear! thanks for clearing that up
Most helpful comment