Skip to content

Commit ca31c45

Browse files
committed
Temporary fix for __dso_handle issue
#39
1 parent 3bde54d commit ca31c45

File tree

1 file changed

+2
-0
lines changed
  • hardware/esp8266com/esp8266/cores/esp8266

1 file changed

+2
-0
lines changed

hardware/esp8266com/esp8266/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)