This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Commit 60e2f6b
committed
Windows: Only set VERSION_QUAD if unset
When trying to build with some pretty typical version strings this was
causing failures trying to generate the windows resource file.
The resource file is already gated by an `ifdef` for this var, so
instead of blindly setting based on "VERSION", which can contain some
characters which are incompatible (e.g. 1.2.3.rc.0 will fail due to the
".rc").
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit ce931f28ea8768baa7ca2725d9030fbf8a40d3ba)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: d699e3de12df8d3b8e497b89c9fea143dd84b596
Component: engine1 parent 78173b2 commit 60e2f6b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments