Add windows prebuilt library path
am: 03a7086319
* commit '03a708631919145f403a89352e36785eded6c73c':
Add windows prebuilt library path
Change-Id: I2f487ef05b58440789ba177c640ec1aab02d9df9
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