mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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 .. "src/osd/modules/render",
|
||||||
MAME_DIR .. "3rdparty",
|
MAME_DIR .. "3rdparty",
|
||||||
}
|
}
|
||||||
configuration { "linux-*" }
|
configuration { "linux-* or freebsd" }
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"-fPIC",
|
"-fPIC",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user