Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
56e48f1f
Commit
56e48f1f
authored
2 years ago
by
Eidolon
Browse files
Options
Downloads
Patches
Plain Diff
make: Fix ifdef check from dummy target changes
parent
89a6d81f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1861
Merge master into next
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.d/win32.mk
+1
-1
1 addition, 1 deletion
src/Makefile.d/win32.mk
with
1 addition
and
1 deletion
src/Makefile.d/win32.mk
+
1
−
1
View file @
56e48f1f
...
...
@@ -76,7 +76,7 @@ else
lib
:=
../libs/SDL2_mixer/
$(
mingw
)
endif
ifdef
SDL
2
ifdef
SDL
mixer_opts
:=
-I
$(
lib
)
/include/SDL2
mixer_libs
:=
-L
$(
lib
)
/lib
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment