Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
RACE
Commits
48173678
Commit
48173678
authored
Mar 04, 2021
by
raidenii
Browse files
fix git version flag
parent
b0b402d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
48173678
...
...
@@ -3,7 +3,7 @@ WANT_ZIP=0
TARGET_NAME
:=
race
GIT_VERSION
:=
"
$(
shell
git rev-parse --short HEAD || echo unknown
)
"
ifneq
($(GIT_VERSION)," unknown")
CXX
FLAGS
+=
-DGIT_VERSION
=
\"
$(GIT_VERSION)
\"
FLAGS
+=
-DGIT_VERSION
=
\"
$(GIT_VERSION)
\"
endif
ifeq
($(platform),)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment