mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fix QT5 build on linux by adding -fPIC
This commit is contained in:
parent
9d231a83ad
commit
75e80ec4f6
1 changed files with 13 additions and 7 deletions
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue