File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
init :
48
48
- cmd : echo "Init for Windows"
49
- - cmd : set BUILD_FILENAME_TAG="-windows-tcl%TCL_VERSION%-%platform %"
49
+ - cmd : set BUILD_FILENAME_TAG="-windows-tcl%TCL_VERSION%-%PLATFORM %"
50
50
51
51
52
52
install :
138
138
- echo `pwd`
139
139
- if [[ "$PLATFORM" == "x86" ]]; then export PLATFORM_CPU_ARCH="i686" ; fi
140
140
- if [[ "$PLATFORM" == "x64" ]]; then export PLATFORM_CPU_ARCH="x86_64"; fi
141
- - export PLATFORM_CPU_ARCH=`arch`
142
141
- export CONFIGURE_ARGS=""
143
142
- export TKDND_HOME=`pwd`
144
143
219
218
- brew install gnu-tar
220
219
- brew install tcl-tk
221
220
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
222
- - export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM_OS_VERSION}"
221
+ - export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${ PLATFORM_OS_VERSION}"
223
222
- cd ${TKDND_HOME}
224
223
- export TKDND_VERSION=`cat ${TKDND_HOME}/VERSION`
225
224
- echo ${TKDND_VERSION}
You can’t perform that action at this time.
0 commit comments