qtdbg: compile with -fPIC on freebsd also

This commit is contained in:
Steven Chamberlain 2016-07-13 12:29:41 +01:00
parent b59412aa2c
commit ad91a1391c

View File

@ -340,7 +340,7 @@ project ("qtdbg_" .. _OPTIONS["osd"])
MAME_DIR .. "src/osd/modules/render",
MAME_DIR .. "3rdparty",
}
configuration { "linux-*" }
configuration { "linux-* or freebsd" }
buildoptions {
"-fPIC",
}