mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
typo fix, SDL compile fix [qmc2] (nw)
This commit is contained in:
parent
26214cc6ec
commit
39fc214596
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ function osdmodulesbuild()
|
|||
}
|
||||
else
|
||||
buildoptions {
|
||||
string.gsub(os.outputof("pkg-config --cflags Qt"), '[\r\n]+', ' '),
|
||||
string.gsub(os.outputof("pkg-config --cflags QtGui"), '[\r\n]+', ' '),
|
||||
}
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue