We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5371484 commit aff1b98Copy full SHA for aff1b98
.gitignore
@@ -80,6 +80,9 @@ CMakeCache.txt
80
install_manifest.txt
81
CTestTestfile.cmake
82
83
+# Generated files
84
+/library/pkgIndex.tcl
85
+
86
# Python packages
87
/*.egg-info
88
/build
CMakeLists.txt
@@ -232,7 +232,7 @@ ENDIF ( LOAD_GTK_DYNAMICALLY )
232
233
FILE ( WRITE library/pkgIndex.tcl
234
"package ifneeded ttk::theme::gtkTtk ${PKG_VERSION} \\
235
- [list load [file join $dir lib${PKG_NAME}${PKG_VERSION}[info sharedlibextension]] gtkTtk]" )
+ [list load [file join $dir lib${PKG_NAME}[info sharedlibextension]] gtkTtk]" )
236
237
INSTALL ( TARGETS ${PKG_TARGET_LIB_NAME}
238
RUNTIME DESTINATION ${PKG_TARGET_LIB_NAME}
library/pkgIndex.tcl
0 commit comments