Append external libraries separately not as a string (#1553)

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2017-02-01 08:47:58 +01:00
committed by László Langó
parent 32f130916f
commit 77ab2c713e
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ python tools/build.py --jerry-libc=off
- external libc:
```bash
python tools/build.py --jerry-libc=off --compile-flag="-nostdlib -I/path/to/ext-libc/include" --link-lib="-lext-c"
python tools/build.py --jerry-libc=off --compile-flag="-nostdlib -I/path/to/ext-libc/include" --link-lib="ext-c"
```
**Add toolchain file**