Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 223e37a

Browse files
author
Comma Device
committed
no more makefiles
1 parent da2ed11 commit 223e37a

File tree

3 files changed

+1
-151
lines changed

3 files changed

+1
-151
lines changed

Makefile

-62
This file was deleted.

messaging/Makefile

-88
This file was deleted.

messaging/messaging_pyx_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
extra_compile_args=extra_compile_args,
2727
libraries=libraries,
2828
extra_objects=[
29-
os.path.join(BASEDIR, 'cereal', 'messaging', 'messaging.a'),
29+
os.path.join(BASEDIR, 'cereal', 'libmessaging.a'),
3030
]
3131
)
3232
),

0 commit comments

Comments
 (0)