This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
65oo2
ack
/
lang
/
pc
/
include
/
build.lua
10 lines
107 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
Turns out that the compiler needs access to the libpc headers too; refactor into a separate target to avoid build loops and make it work.
2018-06-18 20:17:38 +00:00
clibrary
{
name
=
"
headers
"
,
Rework all the ackbuilder scripts not to use wildcards, because we can't expand them without luaposix, which isn't available (easily) on OSX or Windows.
2022-07-14 21:57:54 +00:00
hdrs
=
{
"
./pc_err.h
"
,
"
./pc_file.h
"
,
"
./pc.h
"
,
"
./pc_math.h
"
,
}
Turns out that the compiler needs access to the libpc headers too; refactor into a separate target to avoid build loops and make it work.
2018-06-18 20:17:38 +00:00
}
Reference in a new issue
Copy permalink