Skip to content

Commit 4f462cb

Browse files
committed
change directory
1 parent c09fa8b commit 4f462cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Linux/xtp_python3_2.2.30.7/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -e
4-
BUILDDIR=build
4+
BUILDDIR=cmake-build-debug
55
rm -rf $BUILDDIR
66
if [ ! -f $BUILDDIR ]; then
77
mkdir -p $BUILDDIR

source/MacAmd64/xtp_python3_2.2.30.7/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -e
4-
BUILDDIR=build
4+
BUILDDIR=cmake-build-debug
55
rm -rf $BUILDDIR
66
if [ ! -f $BUILDDIR ]; then
77
mkdir -p $BUILDDIR

0 commit comments

Comments
 (0)