Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 20, 2024
1 parent 60a881a commit c21b6a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gdext/scripts/vcpkg-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ $VCPKG_ROOT/vcpkg install --triplet x64-osx
mv vcpkg_installed $vcpkg_x64
$VCPKG_ROOT/vcpkg install --triplet arm64-osx

echo "zzzzzzzzzzzzzzzzzzzzzz"
cat /Users/runner/work/imgui-godot/imgui-godot/vcpkg/buildtrees/detect_compiler/config-arm64-osx-rel-CMakeCache.txt.log
cat /Users/runner/work/imgui-godot/imgui-godot/vcpkg/buildtrees/detect_compiler/config-arm64-osx-rel-out.log
cat /Users/runner/work/imgui-godot/imgui-godot/vcpkg/buildtrees/detect_compiler/config-arm64-osx-rel-err.log
echo "zzzzzzzzzzzzzzzzzzzzzz"

for libpath in "lib" "debug/lib"
do
pushd vcpkg_installed/arm64-osx/$libpath
Expand All @@ -18,9 +24,3 @@ do
done

rm -r $vcpkg_x64

echo "zzzzzzzzzzzzzzzzzzzzzz"
cat /Users/runner/work/imgui-godot/imgui-godot/vcpkg/buildtrees/detect_compiler/config-arm64-osx-rel-CMakeCache.txt.log
cat /Users/runner/work/imgui-godot/imgui-godot/vcpkg/buildtrees/detect_compiler/config-arm64-osx-rel-out.log
cat /Users/runner/work/imgui-godot/imgui-godot/vcpkg/buildtrees/detect_compiler/config-arm64-osx-rel-err.log
echo "zzzzzzzzzzzzzzzzzzzzzz"

0 comments on commit c21b6a5

Please sign in to comment.