File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 }
3636 ],
3737 "copyright" : " Copyright © 2017-2020, Jean-Louis Leroy" ,
38+ "dependencies" : {
39+ "bolts" : " 1.8.0"
40+ },
3841 "description" : " fast, open multi-methods for D" ,
3942 "importPaths" : [
4043 " source/"
5558 " ./benchmarks/runtimemetrics" ,
5659 " ./tests"
5760 ],
58- "targetType" : " library" ,
59- }
61+ "targetType" : " library"
62+ }
Original file line number Diff line number Diff line change @@ -5,16 +5,15 @@ rm -f *.o *.di *.so
55
66DC=dmd
77
8- # BOLT_VERSION=1.7 .0
9- # dub fetch bolts@$BOLT_VERSION
10- # BOLT_SOURCE=~/.dub/packages/bolts-$BOLT_VERSION/bolts/source
8+ BOLT_VERSION=1.8 .0
9+ dub fetch bolts@$BOLT_VERSION
10+ BOLT_SOURCE=~/.dub/packages/bolts-$BOLT_VERSION/bolts/source
1111
1212DFLAGS="-g -I../../source -I$BOLT_SOURCE $DFLAGS"
1313
1414SOFLAGS="-L-fPIC -shared"
1515
1616$DC $DFLAGS $SOFLAGS -i -c ../../source/openmethods.d
17- $DC $DFLAGS $SOFLAGS -i -c ../../source/bolts/experimental/*.d
1817$DC $DFLAGS $SOFLAGS *.o -oflibopenmethods.so
1918
2019$DC $DFLAGS $SOFLAGS -c animals.d
You can’t perform that action at this time.
0 commit comments