diff options
author | 2021-10-26 10:50:09 +0200 | |
---|---|---|
committer | 2021-10-26 10:50:09 +0200 | |
commit | 1a79bb82b120f1710ef326546b1046edd5a44c6a (patch) | |
tree | eb7fac88dc0e94850b0af02dc206a7af8d7f5fc1 /scripts/src/main.lua | |
parent | 60aed0ed6b8f5fcca97b5f99232c0d900284bb23 (diff) |
rpi target was not used, but regular linux one anyway
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 067cd8ad27a..e09282d28c0 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -104,9 +104,6 @@ end configuration { "mingw*" or "vs20*" } targetextension ".exe" - configuration { "rpi" } - targetextension "" - configuration { "asmjs" } targetextension ".bc" if os.getenv("EMSCRIPTEN") then |