nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

generate_code.sh (323B)


      1 #!/usr/bin/env bash
      2 
      3 # Regnerate reflection API
      4 #
      5 # The output should be checked in with the project since it is
      6 # a bootstrapping process.
      7 
      8 cd `dirname $0`
      9 ../scripts/build.sh
     10 RPATH=../include/flatcc/reflection
     11 mkdir -p ${RPATH}
     12 ../bin/flatcc -a -o ../include/flatcc/reflection reflection.fbs
     13 cp README.in ${RPATH}/README