Skip to content

Commit

Permalink
clean up tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Oct 25, 2024
1 parent 5349a71 commit c8bcabf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmake/xpinmame/CMakeLists_linux-x64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ add_compile_definitions(
USE_MITSHM
USE_XV
USE_HWSCALE
DISPLAY_METHOD="SDL2"
DISPLAY_METHOD="SDL3"
XMAMEROOT="/usr/local/share/xpinmame"
HAVE_SNPRINTF
HAVE_GETTIMEOFDAY
Expand Down
2 changes: 1 addition & 1 deletion cmake/xpinmame/CMakeLists_osx-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ add_compile_definitions(
USE_XV
USE_HWSCALE
NAME="xpinmame"
DISPLAY_METHOD="SDL2"
DISPLAY_METHOD="SDL3"
XMAMEROOT="/usr/local/share/xpinmame"
HAVE_SNPRINTF
HAVE_GETTIMEOFDAY
Expand Down
2 changes: 1 addition & 1 deletion cmake/xpinmame/CMakeLists_osx-x64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ add_compile_definitions(
USE_XV
USE_HWSCALE
NAME="xpinmame"
DISPLAY_METHOD="SDL2"
DISPLAY_METHOD="SDL3"
XMAMEROOT="/usr/local/share/xpinmame"
HAVE_SNPRINTF
HAVE_GETTIMEOFDAY
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ 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

rm -rf tmp
2 changes: 1 addition & 1 deletion platforms/osx/aarch64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ fi
mkdir -p ../external/include/SDL3
cp -r ../${CACHE_DIR}/${CACHE_NAME}/include/SDL3/* ../external/include/SDL3
cp -a ../${CACHE_DIR}/${CACHE_NAME}/lib/*.dylib ../external/lib

rm -rf tmp
2 changes: 1 addition & 1 deletion platforms/osx/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ fi
mkdir -p ../external/include/SDL3
cp -r ../${CACHE_DIR}/${CACHE_NAME}/include/SDL3/* ../external/include/SDL3
cp -a ../${CACHE_DIR}/${CACHE_NAME}/lib/*.dylib ../external/lib

rm -rf tmp

0 comments on commit c8bcabf

Please sign in to comment.