mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 13:55:45 +00:00
Makefile: echo "Building the Nim compiler."
This commit is contained in:
parent
1873439251
commit
12a9904710
3
Makefile
3
Makefile
@ -52,7 +52,8 @@ else
|
||||
$(MAKE) LD=$(CC) $(HANDLE_OUTPUT)
|
||||
EXE_SUFFIX :=
|
||||
endif
|
||||
BUILD_NIM := cd $(NIM_DIR) && \
|
||||
BUILD_NIM := echo "Building the Nim compiler." && \
|
||||
cd $(NIM_DIR) && \
|
||||
rm -rf bin/nim_csources csources dist/nimble && \
|
||||
ln -s ../Nim-csources csources && \
|
||||
mkdir -p dist && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user