Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.7k stars 179 forks source link

issues in Docker #304

Closed loki666 closed 3 months ago

loki666 commented 6 months ago

https://github.com/Stephane-D/SGDK/blob/2a24303a628913808b95872abaa691eecd9dd27b/bin/create-bin-wrappers.sh#L14C11-L14C11

this creates a loop of shells mkdir (shell script) calls mkdir but since /sgdk is first in the PATH, it calls again the mkdir shell script

use "/bin/mkdir" in the wrapper

joeyparrish commented 4 months ago

PR #316 would remove create-bin-wrappers and build a universal Docker image with native Linux executables inside.