mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Fix OPENMP linking. (nw)
This commit is contained in:
parent
1c7e636fef
commit
119d23192b
@ -746,6 +746,9 @@ if _OPTIONS["OPENMP"]=="1" then
|
||||
buildoptions {
|
||||
"-fopenmp",
|
||||
}
|
||||
linkoptions {
|
||||
"-fopenmp"
|
||||
}
|
||||
else
|
||||
buildoptions {
|
||||
"-Wno-unknown-pragmas",
|
||||
@ -753,9 +756,9 @@ else
|
||||
end
|
||||
|
||||
if _OPTIONS["LDOPTS"] then
|
||||
linkoptions {
|
||||
_OPTIONS["LDOPTS"]
|
||||
}
|
||||
linkoptions {
|
||||
_OPTIONS["LDOPTS"]
|
||||
}
|
||||
end
|
||||
|
||||
if _OPTIONS["MAP"] then
|
||||
|
Loading…
Reference in New Issue
Block a user