Skip to content

Commit

Permalink
Add build configuration for <= 4.21 FName 8 alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
narknon committed Nov 14, 2024
1 parent 2f6002a commit d465617
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/xmakescripts/rules/build_rules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ local TARGET_TYPES = {
"WITH_CASE_PRESERVING_NAME",
table.unpack(gameDefines)
}
},
["LessEqual421"] = {
["defines"] = {
"FNAME_ALIGN8",
table.unpack(gameDefines)
}
}
}

Expand Down

0 comments on commit d465617

Please sign in to comment.