mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
7 lines
96 B
Python
7 lines
96 B
Python
NAME = 'clock_realtime'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lrt']
|
|
GCC_LIST = ['clock_realtime']
|