From 33ba2003de86a2deaa0210c08e7fdbd2f17c02fd Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 7 Feb 2018 08:56:48 -0800 Subject: [PATCH] Fixed build command for libsummator --- development/cpp/custom_modules_in_cpp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cpp/custom_modules_in_cpp.rst b/development/cpp/custom_modules_in_cpp.rst index da2a0d744..9484a42bf 100644 --- a/development/cpp/custom_modules_in_cpp.rst +++ b/development/cpp/custom_modules_in_cpp.rst @@ -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 ----------------------------