mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 21:37:18 +01:00
don't require gcc
This commit is contained in:
parent
d369788be3
commit
075105c7f7
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ UNAME = $(shell uname -s)
|
||||||
I2PD_PATH = i2pd
|
I2PD_PATH = i2pd
|
||||||
LIBI2PD_PATH = $(I2PD_PATH)/libi2pd
|
LIBI2PD_PATH = $(I2PD_PATH)/libi2pd
|
||||||
LIBI2PD_CLIENT_PATH = $(I2PD_PATH)/libi2pd_client
|
LIBI2PD_CLIENT_PATH = $(I2PD_PATH)/libi2pd_client
|
||||||
CXX = g++
|
CXX ?= g++
|
||||||
FLAGS = -Wall -std=c++11 -Wno-misleading-indentation
|
FLAGS = -Wall -std=c++11 -Wno-misleading-indentation
|
||||||
|
|
||||||
ifeq ($(UNAME),Linux)
|
ifeq ($(UNAME),Linux)
|
||||||
|
|
Loading…
Reference in a new issue