Skip to content

Commit

Permalink
try to fix mac external.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Oct 21, 2024
1 parent 69fa7b4 commit d556058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/osx/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ fi

mkdir -p ../external/include/SDL3
cp -r ../${CACHE_DIR}/${CACHE_NAME}/include/SDL3/* ../external/include/SDL3
cp -a ../${CACHE_DIR}/${CACHE_NAME}/lib/*.{so,so.*} ../external/lib
cp -a ../${CACHE_DIR}/${CACHE_NAME}/lib/*.dylib ../external/lib

0 comments on commit d556058

Please sign in to comment.