1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

Makefile should respect CXXFLAGS_EXTRA

The Makefile has an issue where it doesn't respect CXXFLAGS_EXTRA due to
directly setting CXXFLAGS to a new value after adding the extra flags.
This commit is contained in:
Matthew Kilgore 2022-05-27 23:57:31 -04:00
parent 79264b9a54
commit 142f1d3615

View file

@ -105,7 +105,7 @@ all: $(EXE)
CLEAN_LIST :=
CXXFLAGS := -w
CXXFLAGS += -w
ifeq ($(OS),lnx)
CXXLIBS += -lGL -lGLU -lX11 -lpthread -ldl -lrt