mirror of
https://github.com/status-im/nim-keccak-tiny.git
synced 2025-03-02 15:10:50 +00:00
You can't see if C is defined. You must make sure everything else isn't defined instead.
This commit is contained in:
parent
b2355e7a6b
commit
f0ef87420c
@ -1,5 +1,5 @@
|
||||
{.compile: "keccak-tiny/keccak-tiny.c".}
|
||||
when defined(c):
|
||||
when not defined(cpp) or defined(objc) or defined(js):
|
||||
{.passC: "-std=c99".}
|
||||
|
||||
import
|
||||
|
Loading…
x
Reference in New Issue
Block a user