serial_port icon indicating copy to clipboard operation
serial_port copied to clipboard

gdextension file

Open MAD11011 opened this issue 1 year ago • 2 comments

The generated gdextension seems to have two Major bugs.

  1. its missing "compatibility_minimum" key (Godot throws errors if not set).
  2. the "entry_symbol" key value is wrong, it generated a mismatched func name "serial_port_library_init" but in the source file the func is labeled "serialport_lib_init".

MAD11011 avatar Jan 27 '24 20:01 MAD11011

I am hitting the same issue on a linux build (ubuntu 22.04).

oddlytimbot avatar Jan 30 '24 00:01 oddlytimbot