1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: fix -gc boehm on windows (#10330)

This commit is contained in:
Uwe Krüger 2021-06-04 16:38:51 +02:00 committed by GitHub
parent fdc03f70b5
commit 89aab95177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,8 @@ $if static_boehm ? {
$if windows {
#flag -I@VEXEROOT/thirdparty/libgc/include
#flag -L@VEXEROOT/thirdparty/libgc
} $else {
#flag -lgc
}
#flag -lgc
}
$if gcboehm_leak ? {