CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/08/03 12:41:08
Modified files:
games/godot : Makefile
Added files:
games/godot/patches: patch-core_ustring_h
Log message:
fix build with clang 10
Implicit copy ctor have been deprecated since C++11
https://github.com/godotengine/godot/pull/35762
tested by me with clang 8 (no breakage) and by naddy@ with clang 10 -
successfully. Thanks!
