Browse Source

don't require gcc

pull/50/head
Jeff Becker 7 years ago
parent
commit
075105c7f7
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 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…
Cancel
Save