Done a major overhaul of the way target include files are installed and
how platform libraries are built. The ARCH pm variable has now been renamed PLATFORM (which is more accurate) and a different ARCH variable added, which represents the CPU family rather than the hardware platform.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
local d = ROOTDIR.."lang/cem/libcc/math/"
|
||||
|
||||
lang_cem_math_runtime = acklibrary {
|
||||
ACKINCLUDES = {PARENT, "%ROOTDIR%h", "%ROOTDIR%include/_tail_cc"},
|
||||
ACKINCLUDES = {PARENT, "%ROOTDIR%h"},
|
||||
|
||||
ackfile (d.."asin.c"),
|
||||
ackfile (d.."atan2.c"),
|
||||
@@ -27,5 +27,5 @@ lang_cem_math_runtime = acklibrary {
|
||||
ackfile (d.."exp.c"),
|
||||
ackfile (d.."floor.c"),
|
||||
|
||||
install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_m")
|
||||
install = pm.install("%BINDIR%%PLATIND%/%PLATFORM%/tail_m")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user