diff options
Diffstat (limited to 'tests/projects/android/native_app/xmake.lua')
| -rw-r--r-- | tests/projects/android/native_app/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/android/native_app/xmake.lua b/tests/projects/android/native_app/xmake.lua index 587994928..f5fc5f2ed 100644 --- a/tests/projects/android/native_app/xmake.lua +++ b/tests/projects/android/native_app/xmake.lua @@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release") add_requires("raylib 5.5.0") -target("raydemo_android") +target("raydemo") set_kind("binary") set_languages("c++17") add_files("src/main.cpp") |
