Skip to content

Commit 8b7561e

Browse files
committed
Removed c-sort utils build.
1 parent 94d7066 commit 8b7561e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#!/bin/sh
2-
# Brief: For building "the Decider" C routine and Qt4 UI
2+
# Brief: For building Qt4 UI
33

44
set -x
55
set -e
66

7-
## C EXT MODULE
8-
# build the extension module for sorting
9-
python decutil_setup.py build_ext --inplace
10-
117
## QT4 UI (C to PYTHON)
128
# osx
139
pyuic4-2.7 window.ui -o windowUi.py -x

0 commit comments

Comments
 (0)