mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
fixing
This commit is contained in:
parent
52f79c0c72
commit
cac2f91758
@ -42,6 +42,7 @@ function msvc_filters()
|
||||
})
|
||||
linkoptions({"/MANIFEST"})
|
||||
runtime(rt)
|
||||
characterset("MBCS")
|
||||
staticruntime("Off")
|
||||
filter({
|
||||
"options:cc=msc",
|
||||
@ -49,6 +50,7 @@ function msvc_filters()
|
||||
"configurations:" .. rt
|
||||
})
|
||||
runtime(rt)
|
||||
characterset("MBCS")
|
||||
staticruntime("On")
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user