SoarGroup / Soar

Soar, a general cognitive architecture for systems that exhibit intelligent behavior.
http://soar.eecs.umich.edu
Other
322 stars 70 forks source link

allow specifying the tcl suffix #396

Closed garfieldnate closed 8 months ago

garfieldnate commented 8 months ago

When you build Tcl from source, you can specify a SUFX variable to determine how the resulting binaries are named. Usually this gives a t suffix (the default naming rules are here: https://github.com/tcltk/tcl/blob/2572316a311ed71e12f7774e70268f0b4145dc71/win/rules.vc#L1050). Clients may or may not control this suffix in their environments, so it would be helpful to be able to specify the suffix in the Soar build as well (currently we expect t and fail to build and/or run if the binaries are named differently).