mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-24 06:58:02 +00:00
7 lines
98 B
Python
7 lines
98 B
Python
NAME = 'clock_monotonic'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lrt']
|
|
GCC_LIST = ['clock_monotonic']
|