Add windows prebuilt library path am: 03a7086319
am: 8cb947eb7e
* commit '8cb947eb7e16079dcb100e57125a1d0b85e6d387':
Add windows prebuilt library path
Change-Id: I192dcd454d24f2fd76bbbd4e959b68f37ce40fe5
This commit is contained in:
@@ -69,10 +69,12 @@ var (
|
||||
|
||||
windowsX86Ldflags = []string{
|
||||
"-m32",
|
||||
"-L${windowsGccRoot}/${windowsGccTriple}/lib32",
|
||||
}
|
||||
|
||||
windowsX8664Ldflags = []string{
|
||||
"-m64",
|
||||
"-L${windowsGccRoot}/${windowsGccTriple}/lib64",
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user