mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-19 04:26:53 +02:00
use g++-x86 for 32-bits platform
This commit is contained in:
parent
567183647e
commit
00920a049d
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue