mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-16 10:54:53 +03:00
0026543: genproj script parses CSF_VTK incorrectly
the name of associative array at osutils:csfList method fixed
This commit is contained in:
parent
1232a76693
commit
1e75b579dd
@ -1080,7 +1080,7 @@ proc osutils:csfList { theOS theCsfLibsMap theCsfFrmsMap } {
|
||||
set aLibsMap(CSF_QT) "QtCore4.lib QtGui4.lib"
|
||||
|
||||
# VTK
|
||||
set aCsfMap(CSF_VTK) [osutils:vtkCsf "wnt"]
|
||||
set aLibsMap(CSF_VTK) [osutils:vtkCsf "wnt"]
|
||||
} else {
|
||||
set aLibsMap(CSF_FREETYPE) "freetype"
|
||||
if { "$theOS" == "mac" } {
|
||||
@ -1110,7 +1110,7 @@ proc osutils:csfList { theOS theCsfLibsMap theCsfFrmsMap } {
|
||||
set aLibsMap(CSF_GL2PS) "gl2ps"
|
||||
}
|
||||
if { "$::HAVE_VTK" == "true" } {
|
||||
set aCsfMap(CSF_VTK) [osutils:vtkCsf "unix"]
|
||||
set aLibsMap(CSF_VTK) [osutils:vtkCsf "unix"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user