mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 17:01:49 +00:00
use g++-x86 for 32-bits platform
This commit is contained in:
parent
567183647e
commit
00920a049d
@ -1,4 +1,8 @@
|
|||||||
|
ifeq ($(shell $(CXX) -dumpmachine | cut -c 1-4), i586)
|
||||||
|
CXX = g++-x86
|
||||||
|
else
|
||||||
CXX = g++
|
CXX = g++
|
||||||
|
endif
|
||||||
CXXFLAGS := -Wall -std=c++20
|
CXXFLAGS := -Wall -std=c++20
|
||||||
INCFLAGS = -I/system/develop/headers
|
INCFLAGS = -I/system/develop/headers
|
||||||
DEFINES = -D_DEFAULT_SOURCE -D_GNU_SOURCE
|
DEFINES = -D_DEFAULT_SOURCE -D_GNU_SOURCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user