-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 11
-
Fix Version/s: 11
-
Component/s: infrastructure
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b03
Currently, SetupNativeCompilation takes as "main" argument either
LIBRARY := $name, PROGRAM := $name or STATIC_LIBRARY := $name.
This confounds two distinct concepts: the name of the generated binary, and the type of binary to create. Instead, we should have a NAME argument and a TYPE argument.
LIBRARY := $name, PROGRAM := $name or STATIC_LIBRARY := $name.
This confounds two distinct concepts: the name of the generated binary, and the type of binary to create. Instead, we should have a NAME argument and a TYPE argument.