Skip to content
Snippets Groups Projects
Commit 27a5bb40 authored by deuce's avatar deuce
Browse files

Pass USE_SDL to ciolib build (!)

Pass STATIC_SDL to uifc and ciolib builds.
parent 8b6d96c9
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,8 @@ ciolib-mt:
set RELEASE=$(RELEASE)
set VERBOSE=$(VERBOSE)
set BUILDPATH=$(BUILDPATH)
set USE_SDL=$(USE_SDL)
set STATIC_SDL=$(STATIC_SDL)
cd $(CIOLIB_SRC)
$(MAKE) -$(MAKEFLAGS) mtlib
exit
......@@ -266,6 +268,7 @@ uifc-mt:
set VERBOSE=$(VERBOSE)
set BUILDPATH=$(BUILDPATH)
set USE_SDL=$(USE_SDL)
set STATIC_SDL=$(STATIC_SDL)
cd $(UIFC_SRC)
$(MAKE) -$(MAKEFLAGS) mtlib
exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment