lots of updates
This commit is contained in:
parent
872362f202
commit
c89aa236bd
45 changed files with 5388 additions and 74 deletions
|
@ -1,6 +1,7 @@
|
|||
pkgver=master
|
||||
pkgname=heirloom-doctools
|
||||
pkgrel=1
|
||||
deps="musl"
|
||||
bad="gmake"
|
||||
ext="doc"
|
||||
|
||||
|
|
|
@ -73,12 +73,12 @@ STRIP=strip
|
|||
#
|
||||
# The C compiler.
|
||||
#
|
||||
CC=clang
|
||||
CC=cc
|
||||
|
||||
#
|
||||
# The C++ compiler.
|
||||
#
|
||||
CXX=clang++
|
||||
CXX=c++
|
||||
|
||||
#
|
||||
# Compiler flags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue