File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -513,10 +513,6 @@ def main(argv):
513
513
names .extend ([
514
514
'_gen/bin/%s.mycpp-nosouffle.cc' % app_name ,
515
515
'_gen/bin/%s.mycpp-nosouffle-main.cc' % app_name ,
516
-
517
- # TODO: remove
518
- '_gen/bin/%s.mycpp-souffle.cc' % app_name ,
519
- '_gen/bin/%s.mycpp-souffle-main.cc' % app_name ,
520
516
])
521
517
names .append ('_build/oils.sh' )
522
518
else :
Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ make-tar() {
100
100
101
101
case $app_name in
102
102
oils-for-unix)
103
- ninja _bin/cxx-dbg/oils-for-unix _bin/cxx-dbg/mycpp-{souffle, nosouffle} /oils-for-unix
103
+ ninja _bin/cxx-dbg/oils-for-unix _bin/cxx-dbg/mycpp-nosouffle/oils-for-unix
104
104
;;
105
105
* )
106
106
# Also generate windows
107
107
gen-win32-build $source_name
108
- ninja _bin/cxx-asan/bin/$app_name .{mycpp,mycpp-souffle }
108
+ ninja _bin/cxx-asan/bin/$app_name .{mycpp,mycpp-nosouffle }
109
109
;;
110
110
esac
111
111
You can’t perform that action at this time.
0 commit comments