You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix msbuild target argument
This commit is contained in:
@@ -14,7 +14,7 @@ def build_godot_tools(source, target, env):
|
|||||||
build_config = 'Debug' if env['target'] == 'debug' else 'Release'
|
build_config = 'Debug' if env['target'] == 'debug' else 'Release'
|
||||||
|
|
||||||
# Custom build target to make sure output is always copied to the data dir.
|
# Custom build target to make sure output is always copied to the data dir.
|
||||||
extra_build_args = ['/Target=BuildAlwaysCopyToDataDir']
|
extra_build_args = ['/Target:Build;GodotTools:BuildAlwaysCopyToDataDir']
|
||||||
|
|
||||||
from . solution_builder import build_solution, nuget_restore
|
from . solution_builder import build_solution, nuget_restore
|
||||||
nuget_restore(env, solution_path)
|
nuget_restore(env, solution_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user