Commit graph

8 commits

Author SHA1 Message Date
Matthew Bauer 9d2c6ea47a otfcc: use premake setup hook 2018-11-28 20:14:32 -06:00
John Ericson 0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Johannes Frankenau 908a3cbbf8 otfcc: 0.8.6 -> 0.9.6 2018-02-20 20:02:32 +01:00
Orivej Desh ebb2ca7574 otfcc: build with ninja
Makefiles generated by premake do not support parallel building:

cd build/gmake
make -f deps.make config=release_x64 obj/x64/release/deps/sds.o
sds.c
../../dep/extern/sds.c:1088:1: fatal error: opening dependency file obj/x64/release/deps/sds.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [deps.make:194: obj/x64/release/deps/sds.o] Error 1
2017-12-04 05:43:37 +00:00
Orivej Desh a160fef26d otfcc: enable darwin 2017-11-27 00:07:53 +00:00
Orivej Desh 6a23fb10a9 otfcc: disable aarch64
It explicitly targets either x86 or amd64.
2017-11-26 23:27:59 +00:00
Thomas Tuegel ffea7d8e9d
otfcc: add ttuegel to maintainers 2017-11-20 11:07:07 -06:00
Johannes Frankenau 2110f96f9b
otfcc: init at 0.8.6 2017-11-20 11:07:05 -06:00