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