Merge pull request #1114 from Simonah88/master

Fixed build command for shared library summator
This commit is contained in:
Rémi Verschelde
2018-02-13 23:40:15 +01:00
committed by GitHub

View File

@@ -338,7 +338,7 @@ shared module as target in the scons command:
::
user@host:~/godot$ scons summator_shared=yes bin/summator.x11.tools.64.so
user@host:~/godot$ scons summator_shared=yes platform=x11 bin/libsummator.x11.tools.64.so
Writing custom documentation
----------------------------