mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:17:53 +01:00
Add libraries required to link simple example with esp8266-rtos-sdk v3.3
This commit is contained in:
parent
07d298d23b
commit
de97010011
@ -37,6 +37,8 @@ interface
|
||||
{$linklib pp, static}
|
||||
{$linklib stdc++, static}
|
||||
{$linklib pthread, static}
|
||||
{$linklib util,static}
|
||||
{$linklib wpa,static}
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user