mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
include glfw libraries in the makefile
This commit is contained in:
4
makefile
4
makefile
@@ -10,8 +10,8 @@ ARCH ?= 0
|
|||||||
# C compiler options
|
# C compiler options
|
||||||
CC := clang
|
CC := clang
|
||||||
CSTD := c17
|
CSTD := c17
|
||||||
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static
|
CFLAGS := $(shell pkg-config --cflags glfw3) -Wall -Wextra -Wpedantic -Wno-pointer-arith -static
|
||||||
LDFLAGS :=
|
LDFLAGS := $(shell pkg-config --libs glfw3)
|
||||||
|
|
||||||
# Rust compiler options
|
# Rust compiler options
|
||||||
RUSTC := cargo rustc
|
RUSTC := cargo rustc
|
||||||
|
|||||||
Reference in New Issue
Block a user