Skip to content

proper IFDEFs #1

@Alexey-T

Description

@Alexey-T
  {$ifdef windows}
  SimpleBleExtLibrary = 'simpleble-c.dll';
  {$else}
    {$ifdef darwin}
    SimpleBleExtLibrary = 'simpleble-c.dylib';
    {$else}
    SimpleBleExtLibrary = 'simpleble-c.so';
    {$endif}
  {$endif}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions