Link TCL libraries and restrict tcl8.6 to SuSE only.
This commit is contained in:
@@ -7,6 +7,10 @@ TCLLIB = -ltcl
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
TCLINC = -I/usr/include/tcl
|
||||
#if DefaultLinuxDistribution == LinuxSuSE
|
||||
TCLLIB = -ltcl8.6
|
||||
#endif
|
||||
|
||||
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||
TCLINC = -I/usr/local/include/tcl8.6
|
||||
TCLLIB = -ltcl86
|
||||
|
||||
Reference in New Issue
Block a user