flag-o-matic.eclass: fix probe file extension

A cosmetic fix as we rely on -x ${lang} to detect correct language.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2020-01-26 22:44:15 +00:00
parent a2478718a9
commit a8ecf9d66d

View File

@@ -474,7 +474,7 @@ test-flag-PROG() {
cmdline_extra+=(-xc)
;;
esac
local test_in=${T}/test-flag.${lang}
local test_in=${T}/test-flag.${in_ext}
local test_out=${T}/test-flag.exe
printf "%s\n" "${in_src}" > "${test_in}" || return 1