mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
fixing
This commit is contained in:
parent
e443672347
commit
d65ca84749
@ -187,7 +187,7 @@ function gf_msvc_filters()
|
|||||||
"options:engine=dynamic",
|
"options:engine=dynamic",
|
||||||
"configurations:" .. rt
|
"configurations:" .. rt
|
||||||
})
|
})
|
||||||
buildoptions({"/MT"})
|
buildoptions({"/MD"})
|
||||||
runtime("Release")
|
runtime("Release")
|
||||||
staticruntime("On")
|
staticruntime("On")
|
||||||
filter({
|
filter({
|
||||||
|
@ -42,7 +42,7 @@ function msvc_filters()
|
|||||||
"options:engine=dynamic",
|
"options:engine=dynamic",
|
||||||
"configurations:" .. rt
|
"configurations:" .. rt
|
||||||
})
|
})
|
||||||
buildoptions({"/MT"})
|
buildoptions({"/MD"})
|
||||||
runtime("Release")
|
runtime("Release")
|
||||||
staticruntime("On")
|
staticruntime("On")
|
||||||
filter({
|
filter({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user