Modified build requirements
SDL_net needs to be _installed_ to the computer, rather than simply linked to. This source distribution should be enough for that.
This commit is contained in:
+1
-1
@@ -1,8 +1,8 @@
|
||||
OUTDIR=out
|
||||
|
||||
all: $(OUTDIR)
|
||||
$(MAKE) -C codebase
|
||||
$(MAKE) -C SDL_net
|
||||
$(MAKE) -C codebase
|
||||
|
||||
$(OUTDIR):
|
||||
mkdir $(OUTDIR)
|
||||
|
||||
Reference in New Issue
Block a user