Add windows prebuilt library path

am: 03a7086319

* commit '03a708631919145f403a89352e36785eded6c73c':
  Add windows prebuilt library path

Change-Id: I2f487ef05b58440789ba177c640ec1aab02d9df9
This commit is contained in:
Dan Willemsen 2016-05-19 01:23:39 +00:00 committed by android-build-merger
commit 8cb947eb7e
1 changed files with 2 additions and 0 deletions

View File

@ -69,10 +69,12 @@ var (
windowsX86Ldflags = []string{
"-m32",
"-L${windowsGccRoot}/${windowsGccTriple}/lib32",
}
windowsX8664Ldflags = []string{
"-m64",
"-L${windowsGccRoot}/${windowsGccTriple}/lib64",
}
)