Skip to content

Commit 5c02b39

Browse files
Coldzer0Coldzer0
Coldzer0
authored and
Coldzer0
committed
Add Libraries for Mac,IOS and Linux
Enjoy :D
1 parent fffc6f0 commit 5c02b39

File tree

13 files changed

+3
-2
lines changed

13 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
*.tds
4141
*.dcu
4242
*.lib
43-
*.a
4443
*.o
4544
*.ocx
4645

@@ -69,4 +68,6 @@ backup/
6968
lib/
7069

7170
Demo
71+
.DS_Store
72+
.vscode
7273
*.lps

LibQJS/IOS/Arch/arm64/libquickjs.a

12.6 MB
Binary file not shown.

LibQJS/IOS/Arch/arm64e/libquickjs.a

12.6 MB
Binary file not shown.

LibQJS/IOS/Arch/armv7/libquickjs.a

11.7 MB
Binary file not shown.

LibQJS/IOS/Arch/i386/libquickjs.a

4.65 MB
Binary file not shown.

LibQJS/IOS/Arch/x86_64/libquickjs.a

6.21 MB
Binary file not shown.

LibQJS/IOS/Universal/libquickjs.a

47.7 MB
Binary file not shown.

LibQJS/Linux/x86_64/libquickjs.a

7.18 MB
Binary file not shown.

LibQJS/OSX/Arch/i386/libquickjs.a

4.65 MB
Binary file not shown.

LibQJS/OSX/Arch/x86_64/libquickjs.a

6.21 MB
Binary file not shown.

LibQJS/OSX/Universal/libquickjs.a

10.9 MB
Binary file not shown.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<br><hr><br>
88

99
* Change log
10+
- Upload Static libs for Mac, IOS, Linux and dynamic ones for Windows
1011
- sync with QJS Version "2020-03-16"
1112
- Contains all function and patches from
1213
- Version "2019-10-27", "2019-12-21", "2020-01-05", "2020-01-19"

quickjs.pas

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
{$IfDef FPC}
3333
{$IfNDef windows}
3434
{$LinkLib 'libquickjs.a'}
35-
//{$LinkLib 'libquickjs.lto.a'} { Faster Code - Link Time Optimization - Slow Compiling }
3635
{$EndIf}
3736
{$EndIf}
3837

0 commit comments

Comments
 (0)