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