Skip to content

Commit 5747628

Browse files
committed
Update CMakeLists.txt to change symbol
1 parent 55c771b commit 5747628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ ENDIF ( LOAD_GTK_DYNAMICALLY )
233233

234234
FILE ( WRITE library/pkgIndex.tcl
235235
"package ifneeded ttk::theme::gttk ${PKG_VERSION} \\
236-
[list load [file join $dir lib${PKG_NAME}[info sharedlibextension]] [file join $dir gttk]]" )
236+
[list load [file join $dir lib${PKG_NAME}[info sharedlibextension]] gttk]" )
237237

238238
INSTALL ( TARGETS ${PKG_TARGET_LIB_NAME}
239239
RUNTIME DESTINATION ${PKG_TARGET_LIB_NAME}

0 commit comments

Comments
 (0)