Skip to content

Commit

Permalink
Install libraries in a different folder for each architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Jul 30, 2023
1 parent 7ebed38 commit 03c458f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: x86_64 builds
name: x86 builds

on: push

Expand Down
2 changes: 1 addition & 1 deletion anisette_server/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void main(string[] args) {
file.mkdirRecurse(configurationPath);
}

string libraryPath = configurationPath.buildPath("lib/");
string libraryPath = configurationPath.buildPath("lib/").buildPath(architectureIdentifier ~ "/");

auto coreADIPath = libraryPath.buildPath("libCoreADI.so");
auto SSCPath = libraryPath.buildPath("libstoreservicescore.so");
Expand Down
2 changes: 2 additions & 0 deletions dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"automem": "0.6.9",
"cachetools": "0.4.1",
"dxml": "0.4.3",
"handy-httpd": "5.2.1",
"httparsed": "1.2.1",
"plist": "~master",
"plist-d": {"version":"d494cf3fe79a2bb20583173c0c8cf85ef33b719e","repository":"git+https://github.com/Dadoum/libplist-d.git"},
"requests": "2.0.9",
Expand Down

0 comments on commit 03c458f

Please sign in to comment.