Skip to content
Snippets Groups Projects
Commit 2e5605f6 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer
Browse files

x86: Makefile: fix DBG parameter evaluation

parent c5c4ca6b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ all: all-yes
DEFAULT_YASMD=.dbg
ifeq (1, DBG)
ifeq ($(DBG),1)
YASMD=$(DEFAULT_YASMD)
else
YASMD=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment