mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
qtdbg: compile with -fPIC on freebsd also
This commit is contained in:
parent
b59412aa2c
commit
ad91a1391c
@ -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",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user