Просмотр исходного кода

Merge remote-tracking branch 'origin/Assimp_to_3P' into Assimp_to_3P

Signed-off-by: AMZN-stankowi <[email protected]>
AMZN-stankowi 3 лет назад
Родитель
Сommit
3f3921a06f
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      Scripts/extras/pull_and_build_from_git.py

+ 1 - 3
Scripts/extras/pull_and_build_from_git.py

@@ -84,9 +84,7 @@ The following keys can only exist at the target platform level as they describe
                                             this argument is optional.  You could do the install in your custom build command instead.
                                             see the note about environment variables below.
 
-* custom_install_json                     : A list of json files that track copy from and to targets to copy and assemble the built binaries
-                                            into the target package folder. This argument is optional. 
-                                            You could do the install in your custom build command instead. See the note about environment variables below.
+* custom_install_json                     : A list of files to copy into the target package folder from the built SDK. This argument is optional.
 
 * custom_test_cmd                         : after making the package, it will run this and expect exit code 0
                                             this argument is optional.