Skip to content

Commit

Permalink
[ANDROID] Fixed build (still for #395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jun 18, 2021
1 parent cd8f299 commit d5e3bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ set(WRAPPEDS
)
if(ANDROID)
list(APPEND WRAPPEDS
"${BOX86_ROOT}/src/wrapped/wrappedandroidshem.c"
"${BOX86_ROOT}/src/wrapped/wrappedandroidshmem.c"
)
else()
list(APPEND WRAPPEDS
Expand Down

0 comments on commit d5e3bc9

Please sign in to comment.