Add float arg to build_assemblies.py

This commit is contained in:
Almighty Laxz 2022-09-03 02:38:40 +09:30
parent 654a31df06
commit c71b78bbb8
7 changed files with 27 additions and 7 deletions

View file

@ -25,6 +25,7 @@
</PropertyGroup>
<PropertyGroup>
<DefineConstants>$(DefineConstants);GODOT</DefineConstants>
<DefineConstants Condition=" '$(GodotFloat64)' == 'true' ">REAL_T_IS_DOUBLE;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GodotSharp\GodotSharp.csproj">