Skip to content

Commit

Permalink
Always export jni_util_md.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed May 6, 2024
1 parent a027205 commit 2556609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libiava/libiava.clangproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ public class JoinPathsAndFiles : Task
<ItemGroup Condition="$(TargetIdentifier.StartsWith('osx-'))">
<Compile Update="@(Compile)" Condition=" '%(Filename)%(Extension)' == 'java_props_md.c' " Language="objective-c" />
<Compile Update="@(Compile)" Condition=" '%(Filename)%(Extension)' == 'java_props_macosx.c' " Language="objective-c" />
</ItemGroup>
<ItemGroup>
<Compile Update="@(Compile)" Condition=" '%(Filename)%(Extension)' == 'jni_util_md.c' " AdditionalCompileOptions="-fvisibility=default" />
</ItemGroup>
</Target>
Expand Down

0 comments on commit 2556609

Please sign in to comment.