mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[project] no more .jnilib files in CE/bin/mac
This commit is contained in:
@@ -54,7 +54,7 @@ if [ "$OS_TYPE" = "Linux" ]; then
|
||||
cp -a "$DEV_IDEA_HOME/bin/linux/"fsnotifier* "$WORK_IDEA_HOME/bin"
|
||||
cp -a "$DEV_IDEA_HOME/bin/linux/"*.py "$WORK_IDEA_HOME/bin"
|
||||
elif [ "$OS_TYPE" = "Darwin" ]; then
|
||||
cp -a "$DEV_IDEA_HOME/bin/mac/"*.jnilib "$WORK_IDEA_HOME/bin"
|
||||
cp -a "$DEV_IDEA_HOME/bin/mac/"*.dylib "$WORK_IDEA_HOME/bin"
|
||||
cp -a "$DEV_IDEA_HOME/bin/mac/fsnotifier" "$WORK_IDEA_HOME/bin"
|
||||
cp -a "$DEV_IDEA_HOME/bin/mac/restarter" "$WORK_IDEA_HOME/bin"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user