Skip to content

Commit

Permalink
Added lua_source_ddf.proto to dmSDK (#8864)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed May 13, 2024
1 parent 6e11c65 commit 00a4f58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/script/src/wscript
Expand Up @@ -78,8 +78,7 @@ def build(bld):
target = '__init__.py',
shell = True)

bld.install_files('${PREFIX}/share/script', 'script/lua_source_ddf.proto script/ddf_script.proto')
bld.install_files('${PREFIX}/share/proto/script', 'script/ddf_script.proto script/sys_ddf.proto')
bld.install_files('${PREFIX}/share/proto/script', 'script/ddf_script.proto script/sys_ddf.proto script/lua_source_ddf.proto')
bld.install_files('${PREFIX}/lib/python/script', '__init__.py')

if 'web' in bld.env.PLATFORM:
Expand Down

0 comments on commit 00a4f58

Please sign in to comment.