Skip to content

Commit 3da55b0

Browse files
author
jan.nijtmans
committed
Merge 9.0
2 parents fd7023a + 1ebc8b5 commit 3da55b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win/rules.vc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ default-target: $(DEFAULT_BUILD_TARGET)
16411641

16421642
!if $(MULTIPLATFORM_INSTALL)
16431643
default-pkgindex:
1644-
@echo if {[package vsatisfies [package provide Tcl] 9.0-]} { > $(OUT_DIR)\pkgIndex.tcl
1644+
@echo if {[package vsatisfies [package provide Tcl] 9.0]} { > $(OUT_DIR)\pkgIndex.tcl
16451645
@echo package ifneeded $(PRJ_PACKAGE_TCLNAME) $(DOTVERSION) \
16461646
[list load [file join $$dir $(PLATFORM_IDENTIFY) $(PRJLIBNAME9)]] >> $(OUT_DIR)\pkgIndex.tcl
16471647
@echo } else { >> $(OUT_DIR)\pkgIndex.tcl
@@ -1650,7 +1650,7 @@ default-pkgindex:
16501650
@echo } >> $(OUT_DIR)\pkgIndex.tcl
16511651
!else
16521652
default-pkgindex:
1653-
@echo if {[package vsatisfies [package provide Tcl] 9.0-]} { > $(OUT_DIR)\pkgIndex.tcl
1653+
@echo if {[package vsatisfies [package provide Tcl] 9.0]} { > $(OUT_DIR)\pkgIndex.tcl
16541654
@echo package ifneeded $(PRJ_PACKAGE_TCLNAME) $(DOTVERSION) \
16551655
[list load [file join $$dir $(PRJLIBNAME9)]] >> $(OUT_DIR)\pkgIndex.tcl
16561656
@echo } else { >> $(OUT_DIR)\pkgIndex.tcl

0 commit comments

Comments
 (0)