Skip to content

Commit

Permalink
use shorter name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Mar 15, 2020
1 parent 9aae34c commit 90093c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HaxeVersionsMacro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HaxeVersionsMacro {
return "Hashlink/C";
}
if (~/cppGCGen$/.match(output)) {
return "C++ (HXCPP_GC_GENERATIONAL)";
return "C++ (GC Gen)";
}
if (~/cpp$/.match(output)) {
return "C++";
Expand Down

0 comments on commit 90093c5

Please sign in to comment.