Skip to content

Commit

Permalink
Merge pull request #19 from ViRGIS-Team/update
Browse files Browse the repository at this point in the history
fix the macos infinite import loop bug
  • Loading branch information
runette committed Apr 17, 2024
2 parents cedd3b1 + f2e6e66 commit 23374e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Editor/Scripts/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ outp=$(conda install -c conda-forge --prefix "$destination" --copy $install -y -
echo $CONDA_SUBDIR > "$destination"/pdal_log.txt
echo $outp >> "$destination"/pdal_log.txt

echo "removing Symlinks" >> "$destination"/pdal_log.txt 2>&1
find "$destination/bin" -type l -delete

echo "Processing gdal data" >> "$destination"/pdal_log.txt 2>&1
echo "copy $destination/share/gdal to $shared_assets" >> "$destination"/pdal_log.txt 2>&1
mkdir -p "$shared_assets/gdal"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.virgis.pdal",
"version": "2.7.1",
"version": "2.7.2",
"displayName": "Pdal",
"description": "Open-Source Point Cloud Data Translation LIbrary v2.6.0",
"unity": "2018.1",
Expand Down

0 comments on commit 23374e2

Please sign in to comment.