issues
search
naver
/
arcus-c-client
ARCUS C client
https://github.com/naver/arcus
Apache License 2.0
12
stars
16
forks
source link
FIX: Use `__linux__` instead of `TARGET_OS_LINUX` to check if the current OS is Linux.
#306
Closed
uhm0311
closed
3 months ago
uhm0311
commented
3 months ago
π Related Issue
β¨οΈ What I did
TARGET_OS_LINUX
λ configure κ³Όμ μμ μ μνλ λ³μμ λλ€.
__linux__
λ Linux λ¨Έμ μ μ€μΉλ GCCκ° μ μνλ λ³μμ΄κ³ , μ΄λ₯Ό μ¬μ©νλ κ²μ΄ λ μΌλ°μ μ λλ€.
https://stackoverflow.com/a/4605893
https://github.com/cpredef/predef/blob/374dfcc5581db7c968e794f05129a996acd033b2/OperatingSystems.md#linux-kernel
π Related Issue
β¨οΈ What I did
TARGET_OS_LINUX
λ configure κ³Όμ μμ μ μνλ λ³μμ λλ€.__linux__
λ Linux λ¨Έμ μ μ€μΉλ GCCκ° μ μνλ λ³μμ΄κ³ , μ΄λ₯Ό μ¬μ©νλ κ²μ΄ λ μΌλ°μ μ λλ€.