Commit graph

12 commits

Author SHA1 Message Date
Enno Lohmeier a10a9a77b7 otfcc: fix aarch64 compatibility 2020-08-07 19:16:25 +02:00
R. RyanTM 913520ad00 otfcc: 0.9.6 -> 0.10.4 2020-04-15 06:02:11 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
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