Try OSX
This commit is contained in:
parent
094cd2c2dd
commit
c12b9ec796
|
@ -1,12 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
- libcap-dev
|
||||
- libssl-dev
|
||||
os: osx
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- python setup.py install
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
CFLAGS += -std=gnu99 -Wall -Wextra -pedantic -O3 -fPIC
|
||||
LDFLAGS += -shared -Wl,-version-script=main.map
|
||||
CFLAGS += -std=gnu99 -Wall -Wextra -pedantic -O3 -fPIC -v
|
||||
LDFLAGS += -shared -Wl,-version-script=main.map -v
|
||||
|
||||
libfastsolver.so: main.map common.o pthread.o
|
||||
$(CC) $(LDFLAGS) -o $@ common.o pthread.o -lpthread -lcrypto
|
||||
|
|
Reference in New Issue
Block a user