The makefile now links libgcc on ARM64.
This commit is contained in:
@@ -812,8 +812,13 @@ LIBS += $(WX_LIBS) -lm
|
||||
endif
|
||||
LIBS += -lpng -lz -lwsock32 -lshell32 -liphlpapi -lpsapi -lSDL2 -limm32 -lhid -lsetupapi -loleaut32 -luxtheme -lversion -lwinmm -static -lstdc++
|
||||
ifneq ($(X64), y)
|
||||
ifneq ($(ARM64), y)
|
||||
LIBS += -Wl,--large-address-aware
|
||||
endif
|
||||
endif
|
||||
ifeq ($(ARM64), y)
|
||||
LIBS += -lgcc
|
||||
endif
|
||||
ifeq ($(DINPUT), y)
|
||||
LIBS += -ldinput8
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user