Skip to content

Commit

Permalink
Fix Windows builds that depend on system-resources-min
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Jul 6, 2024
1 parent a184f3c commit 23bece8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default/scripts/system-resources-min.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if [ ${ARCH_BASE} == 'darwin' ]; then

fi
if [ ${ARCH_BASE} == 'windows' ]; then
${CC} -DGUI=0 -O -s -o ${OUTPUT_DIR}${INSTALL_PREFIX}/win-launcher.exe ${PATCHES_DIR}/win-launcher.c

cp ${PATCHES_DIR}/environment.bat ${OUTPUT_DIR}${INSTALL_PREFIX}/.
cp ${PATCHES_DIR}/start.bat ${OUTPUT_DIR}${INSTALL_PREFIX}/.

Expand Down

0 comments on commit 23bece8

Please sign in to comment.