aboutsummaryrefslogtreecommitdiff
path: root/generate_projects_linux.sh
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2024-12-20 16:49:55 -0800
committerBryan Galdrikian <[email protected]>2024-12-20 16:49:55 -0800
commit53a9a83fc3bc039e6d70cb55312a3c84fde832c7 (patch)
tree2e979d51d8e00e1348236057f1d4d28dac27e353 /generate_projects_linux.sh
parentMaking python.sh executable (diff)
downloadblast-master.tar.xz
blast-master.zip
Fixed linux project generationHEADmaster
Diffstat (limited to 'generate_projects_linux.sh')
-rwxr-xr-xgenerate_projects_linux.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/generate_projects_linux.sh b/generate_projects_linux.sh
index 84bc743..0be7e22 100755
--- a/generate_projects_linux.sh
+++ b/generate_projects_linux.sh
@@ -10,4 +10,5 @@ echo "Getting build platform dependencies for Linux ..."
source $BLAST_ROOT_DIR"/buildtools/packman/packman" pull $BLAST_ROOT_DIR"/buildtools/build_platform_deps.xml" --platform linux
echo "Getting target platform dependencies for Linux ..."
-source $BLAST_ROOT_DIR"/buildtools/packman/packman" pull $BLAST_ROOT_DIR"/target_platform_deps.xml" --platform linux --postscript $BLAST_ROOT_DIR"/buildtools/cmake_projects_linux.sh"
+source $BLAST_ROOT_DIR"/buildtools/packman/packman" pull $BLAST_ROOT_DIR"/target_platform_deps.xml" --platform linux
+source $BLAST_ROOT_DIR"/buildtools/cmake_projects_linux.sh"