Changeset 38317 for trunk/base/src
- Timestamp:
- 2008-07-15 05:47:07 (4 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port1.0/portutil.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portutil.tcl
r37501 r38317 330 330 } 331 331 if {[option macosx_deployment_target] ne ""} { 332 set ${command}.env_array( "MACOSX_DEPLOYMENT_TARGET") [option macosx_deployment_target]332 set ${command}.env_array(MACOSX_DEPLOYMENT_TARGET) [option macosx_deployment_target] 333 333 } 334 334

