]> git.pld-linux.org Git - packages/rpm-pld-macros.git/blame - macros.tcl
pass c/cxx/ld flags in rust macros; rel 4
[packages/rpm-pld-macros.git] / macros.tcl
CommitLineData
cdc9189e
JR
1# TCL specific macro definitions.
2
3%__tclsh /usr/bin/tclsh
4
ca5c1318 5%tcl_version %{expand:%%global tcl_version %(V=$(echo 'puts $tcl_version' | %{__tclsh}); echo ${V:-0})}%tcl_version
cdc9189e
JR
6%tcl_sitearch %{_libdir}/tcl%{tcl_version}
7%tcl_sitelib %{_datadir}/tcl%{tcl_version}
This page took 0.041704 seconds and 4 git commands to generate.