diff options
author | rsn8887 | 2019-05-07 13:52:25 -0500 |
---|---|---|
committer | Filippos Karapetis | 2019-05-12 11:59:44 +0300 |
commit | 875bc0b1c21aac75e55947ff421f2a8cc9f36c29 (patch) | |
tree | 7dffcf984466dd6cac118220a6f3ac795b56bafd /configure | |
parent | 488bbb267a4a96db51794d424131817a8afc50c6 (diff) | |
download | scummvm-rg350-875bc0b1c21aac75e55947ff421f2a8cc9f36c29.tar.gz scummvm-rg350-875bc0b1c21aac75e55947ff421f2a8cc9f36c29.tar.bz2 scummvm-rg350-875bc0b1c21aac75e55947ff421f2a8cc9f36c29.zip |
Switch: fix build, add build instructions, avoid using delete()
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1688,7 +1688,7 @@ samsungtv) ;; switch) _host_os=switch - _host_cpu=arm + _host_cpu=aarch64 _host_alias=aarch64-none-elf test "x$prefix" = xNONE && prefix=. datarootdir='${prefix}/data' |