Ports: Fix hatari install step

Fixes #6798.
This commit is contained in:
Linus Groh 2021-05-01 23:22:27 +02:00
commit 013b2c1627
Notes: sideshowbarker 2024-07-18 18:47:49 +09:00

View file

@ -15,3 +15,7 @@ launcher_command=hatari
configure() { configure() {
run cmake $configopts run cmake $configopts
} }
install() {
run make install
}