diff --git a/build b/build index e6715db5..a51dda48 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit e6715db53a6236ec6a3b0336c60856f00105d110 +Subproject commit a51dda48794d739e98595c54f83a4fbc6f14b84d diff --git a/external/glew/lutin_glew.py b/external/glew/lutin_glew.py index 2e57dfcf..a0d3254a 100644 --- a/external/glew/lutin_glew.py +++ b/external/glew/lutin_glew.py @@ -11,7 +11,9 @@ def Create(target): myModule.AddExportflag_LD([ lutinTools.GetCurrentPath(__file__) + "/glew/lib/glew32s.lib", "-lopengl32", - "-lgdi32"]) + "-lgdi32", + "-static-libgcc", + "-static-libstdc++"]) # add the currrent module at the return myModule