How to rebuild electron after succeeding electron? What i did are:
- use
./script/build.py -c D
to succeeding build electron - added file in
atom/browser/api/mylib.cc
andatom/browser/api/mylib.h
- modify
lib_sources
infilenames.gpyi
to add the two files added above - use
./script/build.py
to build electron again
Then the output is ninja: Entering directory out/D ninja: no work to do.
.
Am i wrong?