Skip to content

Commit

Permalink
Buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Feb 28, 2024
1 parent 0f97180 commit a584279
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ RCHEEVOS_FILES := \
${SRC}/ext/rcheevos/src/rcheevos/value.c \
${SRC}/ext/rcheevos/src/rhash/cdreader.c \
${SRC}/ext/rcheevos/src/rhash/hash.c \
${SRC}/ext/rcheevos/src/rhash/md5.c \
${SRC}/ext/rcheevos/src/rhash/aes.c
${SRC}/ext/rcheevos/src/rhash/md5.c

ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
ADRENOTOOLS_FILES := \
Expand Down
1 change: 0 additions & 1 deletion ext/rcheevos-build/rcheevos.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<ClCompile Include="..\rcheevos\src\rc_client.c" />
<ClCompile Include="..\rcheevos\src\rc_compat.c" />
<ClCompile Include="..\rcheevos\src\rc_util.c" />
<ClCompile Include="..\rcheevos\src\rhash\aes.c" />
<ClCompile Include="..\rcheevos\src\rhash\cdreader.c" />
<ClCompile Include="..\rcheevos\src\rhash\hash.c" />
<ClCompile Include="..\rcheevos\src\rhash\md5.c" />
Expand Down
3 changes: 0 additions & 3 deletions ext/rcheevos-build/rcheevos.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@
<ClCompile Include="..\rcheevos\src\rc_util.c">
<Filter>rcheevos</Filter>
</ClCompile>
<ClCompile Include="..\rcheevos\src\rhash\aes.c">
<Filter>rhash</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\rcheevos\src\rapi\rc_api_common.h">
Expand Down

0 comments on commit a584279

Please sign in to comment.