Skip to content

Commit

Permalink
Restore qpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Futuremappermydud committed Nov 7, 2023
1 parent 50d59ea commit 0845ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"overrideSoName": "libassimp.so",
"compileOptions": {
"systemIncludes": [
"assimp/shared/"
"shared/"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/createqmod.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if ((-not ($cover -eq "./")) -and (Test-Path $cover)) {
}

foreach ($mod in $modJson.modFiles) {
$path = "./libs/" + $mod
$path = "./build/" + $mod
if (-not (Test-Path $path)) {
Write-Output "Error: could not find dependency: $path"
exit 1
Expand Down

0 comments on commit 0845ff0

Please sign in to comment.