Skip to content

Commit

Permalink
fix install path
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Nov 22, 2023
1 parent e317890 commit e49669c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CI/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ runCMake() {
-DVCPKG_TARGET_TRIPLET="uni-osx" \
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
-DCMAKE_BUILD_TYPE="${buildType}" \
-DCMAKE_INSTALL_PREFIX="${cmakeInstallPrefix/$buildType}" \
-DCMAKE_INSTALL_PREFIX="${cmakeInstallPrefix}/${buildType}" \
-DFbxSdkHome:STRING="${fbxSdkHome}" \
-DPOLYFILLS_STD_FILESYSTEM="${polyfillsStdFileSystem}" \
"${defineVersion}" \
Expand Down Expand Up @@ -242,7 +242,6 @@ build() {
fi

if [ -n "$ArtifactPath" ]; then
# zip -r $ArtifactPath $cmakeInstallPrefix
gzip -cr $cmakeInstallPrefix > $ArtifactPath
fi
}
Expand Down

0 comments on commit e49669c

Please sign in to comment.