mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +00:00
Temporary: Don't use Clang on MacOS - https://github.com/status-im/nimbus/issues/9
This commit is contained in:
parent
3021bb957f
commit
452f9e81d0
11
nim.cfg
Normal file
11
nim.cfg
Normal file
@ -0,0 +1,11 @@
|
||||
# TODO - https://github.com/status-im/nimbus/issues/9
|
||||
# Workaround for Rlp + TT-math:
|
||||
# use GCC on MacOS
|
||||
|
||||
@if macosx:
|
||||
cc:"gcc"
|
||||
gcc.exe:"/usr/local/bin/gcc-7"
|
||||
gcc.linkerexe:"/usr/local/bin/gcc-7"
|
||||
gcc.cpp.exe:"/usr/local/bin/g++-7"
|
||||
gcc.cpp.linkerexe:"/usr/local/bin/g++-7"
|
||||
@end
|
Loading…
x
Reference in New Issue
Block a user