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