NO SUPPORT_BUSY_WAIT_LOOP by default
This commit is contained in:
parent
afd90a5a56
commit
e0e2346c22
3 changed files with 5 additions and 4 deletions
|
@ -311,7 +311,8 @@ endif
|
|||
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||
ifeq ($(PLATFORM_OS),WINDOWS)
|
||||
# Libraries for Windows desktop compilation
|
||||
LDLIBS = -lraylib -lopengl32 -lgdi32
|
||||
# NOTE: WinMM library required to set high-res timer resolution
|
||||
LDLIBS = -lraylib -lopengl32 -lgdi32 -lwinmm
|
||||
# Required for physac examples
|
||||
LDLIBS += -static -lpthread
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue