浏览代码

Fixed build command for libsummator

Simon 7 年之前
父节点
当前提交
33ba2003de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      development/cpp/custom_modules_in_cpp.rst

+ 1 - 1
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
 Writing custom documentation
 ----------------------------
 ----------------------------