Skip to content

Commit

Permalink
remove build.d - need install arrow-c-glib
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Oct 27, 2024
1 parent 319b8ea commit bb07030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 193 deletions.
186 changes: 0 additions & 186 deletions d/build.d

This file was deleted.

12 changes: 5 additions & 7 deletions d/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
]
}
},
"preBuildCommands": ["\"$DC\" -run build.d -- --build-type=Release"],
"preBuildCommands": [
"dub run girtod -- -i Arrow-1.0.gir -o source --use-runtime-linker",
"dub run girtod -- -i ArrowDataset-1.0.gir -o source --use-runtime-linker",
"dub run girtod -- -i ArrowFlight-1.0.gir -o source --use-runtime-linker"
],
"dependencies": {
"glibd": {
"repository": "git+https://github.com/gtkd-developers/GlibD.git",
Expand All @@ -33,12 +37,6 @@
"sourceFiles": [
"source/package.d"
],
"lflags-posix": [
"-L$PACKAGE_DIR/c_glib.build/arrow-glib"
],
"lflags-windows": [
"/LIBPATH:$PACKAGE_DIR\\c_glib.build\\arrow-glib"
],
"libs": [
"arrow-glib"
],
Expand Down

0 comments on commit bb07030

Please sign in to comment.