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