Skip to content

Commit d97b7c2

Browse files
committed
Temporary fix for __dso_handle issue
#39
1 parent ddb2343 commit d97b7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp8266/abi.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ namespace std {
5858
}
5959
}
6060

61+
// TODO: rebuild windows toolchain to make this unnecessary:
62+
void* __dso_handle;
6163

0 commit comments

Comments
 (0)