diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-01 05:20:29 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-01 07:47:01 -0400 |
commit | ff590479eab42d472a9e219a41459f67ee8fcd3d (patch) | |
tree | e2d74b0a6f293aa2205639194ffda80a23ad2d72 /sundry/spine_search_cgi/src/ext_depends_cgi/d2sqlite3/run-dstep.sh | |
parent | dir rename ./sundry (from ./misc) (diff) |
spine_search
Diffstat (limited to 'sundry/spine_search_cgi/src/ext_depends_cgi/d2sqlite3/run-dstep.sh')
-rwxr-xr-x | sundry/spine_search_cgi/src/ext_depends_cgi/d2sqlite3/run-dstep.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sundry/spine_search_cgi/src/ext_depends_cgi/d2sqlite3/run-dstep.sh b/sundry/spine_search_cgi/src/ext_depends_cgi/d2sqlite3/run-dstep.sh new file mode 100755 index 0000000..ad1c82f --- /dev/null +++ b/sundry/spine_search_cgi/src/ext_depends_cgi/d2sqlite3/run-dstep.sh @@ -0,0 +1,4 @@ +dstep --package "d2sqlite3" --skip SQLITE_STDCALL --global-attribute={nothrow,@nogc} --space-after-function-name=false -o source/d2sqlite3/sqlite3.d c/sqlite3.h +sed -i '' '1i\ +/++ Auto-generated C API bindings. +/\ +' source/d2sqlite3/sqlite3.d |