File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ src/afl-sharedmem.o : $(COMM_HDR) src/afl-sharedmem.c include/sharedmem.h
474
474
libxgboost.so :
475
475
git submodule init
476
476
git submodule update --recursive
477
- mkdir -p xgboost/build && cd xgboost/ build && cmake -DUSE_OPENMP=OFF -DHIDE_CXX_SYMBOLS=ON .. && make && cp -v ../lib/libxgboost.so ../..
477
+ mkdir -p xgboost/build && cd xgboost && git submodule init && git submodule update --recursive && cd build && cmake -DUSE_OPENMP=OFF -DHIDE_CXX_SYMBOLS=ON .. && make && cp -v ../lib/libxgboost.so ../..
478
478
479
479
afl-fuzz : $(COMM_HDR ) include/afl-fuzz.h $(AFL_FUZZ_FILES ) src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o src/afl-performance.o src/hashmap.c libxgboost.so | test_x86
480
480
$(CC ) $(CFLAGS ) $(COMPILE_STATIC ) $(CFLAGS_FLTO ) $(SPECIAL_PERFORMANCE ) -Wno-shift-count-overflow $(AFL_FUZZ_FILES ) src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o src/afl-performance.o src/hashmap.c -o $@ $(PYFLAGS ) $(LDFLAGS ) -I./xgboost/include -lm -L. -lxgboost
You can’t perform that action at this time.
0 commit comments