Apply ugly hack to Diamond TCL interpreter bin name

parent c56ac888
......@@ -37,8 +37,8 @@ class ToolDiamond(ActionMakefile):
TOOL_INFO = {
'name': 'Diamond',
'id': 'diamond',
'windows_bin': 'pnmainc',
'linux_bin': 'diamondc',
'windows_bin': 'pnmainc ',
'linux_bin': 'diamondc ',
'project_ext': 'ldf'}
SUPPORTED_FILES = [EDFFile, LPFFile]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment