Skip to content

Commit

Permalink
Fix carla on flatpak, do not use $LIBDIR/carla suffix
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 21, 2023
1 parent 7f603af commit c5e65ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-aux/modules/90-carla.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"builddir": true,
"subdir": "cmake",
"config-opts": [
"-DCARLA_SKIP_LIBDIR_SUFFIX:BOOL=ON",
"-DCARLA_USE_JACK:BOOL=OFF",
"-DCARLA_USE_OSC:BOOL=OFF"
],
"sources": [
{
"type": "git",
"url": "https://github.com/falkTX/Carla.git",
"commit": "a358344017b4d612a6e8f3f9b63503c33b949849"
"commit": "8d4bf13cd411307649f3e4327d855d98f06fb76f"
}
]
}

0 comments on commit c5e65ca

Please sign in to comment.