Skip to content

Commit

Permalink
Fixed macro issue while compiling for Android Intel targets
Browse files Browse the repository at this point in the history
  • Loading branch information
bcs-lbies committed Jul 30, 2023
1 parent 9a0941f commit 5525ef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/android.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
<PrecompiledHeaderOutputFileDirectory />
<PrecompiledHeaderCompileAs />
<CLanguageStandard>c99</CLanguageStandard>
<PreprocessorDefinitions />
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -202,6 +203,7 @@
<PrecompiledHeaderOutputFileDirectory />
<PrecompiledHeaderCompileAs />
<CLanguageStandard>c99</CLanguageStandard>
<PreprocessorDefinitions />
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
Expand All @@ -212,6 +214,7 @@
<CLanguageStandard>c99</CLanguageStandard>
<PrecompiledHeaderOutputFileDirectory />
<PrecompiledHeaderCompileAs />
<PreprocessorDefinitions />
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
Expand All @@ -222,6 +225,7 @@
<CLanguageStandard>c99</CLanguageStandard>
<PrecompiledHeaderOutputFileDirectory />
<PrecompiledHeaderCompileAs />
<PreprocessorDefinitions />
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
Expand Down

0 comments on commit 5525ef5

Please sign in to comment.