mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 15:34:33 +08:00
11 lines
520 B
Plaintext
11 lines
520 B
Plaintext
CONFIG_DEBUG=false
|
|
CONFIG_STRICT=true
|
|
CONFIG_CC="LD_LIBRARY_PATH=/opt/osxcross/lib MACOSX_DEPLOYMENT_TARGET=10.9 /opt/osxcross/bin/o64-clang++"
|
|
CONFIG_CFLAGS="-I$THIRD_PARTY./third_party/libusb-1.0.23/libusb -arch i386 -arch x86_64"
|
|
CONFIG_LDFLAGS="$THIRD_PARTY./third_party/libusb-1.0.23/build-macos-amd64/libusb/.libs/libusb-1.0.a -framework CoreFoundation -framework IOKit"
|
|
# not supported yet
|
|
CONFIG_ENABLE_TCP_SERVER_BACKEND=false
|
|
# not supported yet
|
|
CONFIG_ENABLE_TCP_CLIENT_BACKEND=false
|
|
CONFIG_USE_PKGCONF=false
|