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
f2cec67d
Unverified
Commit
f2cec67d
authored
Mar 05, 2021
by
Libretro-Admin
Committed by
GitHub
Mar 05, 2021
Browse files
Merge pull request #21 from raidenii/master
fix git version flag
parents
b0b402d5
48173678
Pipeline
#16246
passed with stages
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f2cec67d
...
...
@@ -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