andgineer / TRegExpr

Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174 stars 62 forks source link

asm can not be used for android/ios targets #295

Closed dkounal closed 1 year ago

dkounal commented 1 year ago

line 6916 and 6937 It is better to have {$IFDEF windows} instead of {$IFNDEF LINUX}

As it is now, it can not be compiled for android/ios targers

Alexey-T commented 1 year ago

Posted the pull-request.