Changeset 365 in flair-src for trunk/scripts
- Timestamp:
- Oct 5, 2020, 9:32:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/distribution_specific_hack.sh
r360 r365 26 26 fi 27 27 28 if [ _$DISTRIB_ID = _Ubuntu ]; then 28 #also needed in mint, but for different reason? 29 #if not in sudo in mint, simlator does not work cause of: 30 #libGL: MESA-LOADER: failed to open /usr/lib/x86_64-linux-gnu/dri/iris_dri.so: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so: failed to map segment from shared object 31 32 #if [ _$DISTRIB_ID = _Ubuntu ]; then 29 33 #tested on Ubuntu 17.10 30 34 #we must run as root … … 38 42 fi 39 43 40 fi44 #fi 41 45 42 46 #special actions if we use 3D
Note:
See TracChangeset
for help on using the changeset viewer.