Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unneeded Flag Makefile in COMMON_LIBS #18

Closed
konstmonst opened this issue Jul 27, 2016 · 0 comments
Closed

unneeded Flag Makefile in COMMON_LIBS #18

konstmonst opened this issue Jul 27, 2016 · 0 comments

Comments

@konstmonst
Copy link

I couldn't build it on Arch Linux, here is the fix I had to apply:

$ git diff
diff --git a/Quake/Makefile b/Quake/Makefile
index 1d5b2fb..5f152f0 100644
--- a/Quake/Makefile
+++ b/Quake/Makefile
@@ -181,7 +181,7 @@ ifeq ($(USE_CODEC_UMX),1)
CFLAGS+= -DUSE_CODEC_UMX
endif

-COMMON_LIBS:= -lm -lGL -l:libvulkan.so.1 -lX11-xcb
+COMMON_LIBS:= -lm -l:libvulkan.so.1 -lX11-xcb

LIBS := $(COMMON_LIBS) $(NET_LIBS) $(CODECLIBS)

@Novum Novum closed this as completed Jul 28, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants