#!/usr/bin/make -f

%:
	dh $@ -Dlibretro

override_dh_auto_install:
	dh_auto_install -Dlibretro -- libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
