Fix QT5 build on linux by adding -fPIC

This commit is contained in:
Miodrag Milanovic 2015-12-27 13:47:54 +01:00
parent 9d231a83ad
commit 75e80ec4f6

View file

@ -321,6 +321,12 @@ project ("qtdbg_" .. _OPTIONS["osd"])
MAME_DIR .. "src/osd/modules/render",
MAME_DIR .. "3rdparty",
}
configuration { "linux-*" }
buildoptions {
"-fPIC",
}
configuration { }
qtdebuggerbuild()
project ("osd_" .. _OPTIONS["osd"])