mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Win: make static lib build default
This commit is contained in:
parent
bb5c5806ff
commit
024f80634f
@ -1,8 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
# if defined(LIBSERIAL_STATIC)
|
# if !defined(LIBSERIAL_DYNAMIC)
|
||||||
# define LIBSERIAL_EXPORT_API
|
# define LIBSERIAL_EXPORT_API
|
||||||
# else
|
# else
|
||||||
# if defined(LIBSERIAL_EXPORTS)
|
# if defined(LIBSERIAL_EXPORTS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user