File diff r24244:556df3f1e087 → r24245:1e4a8434fc12
os/macosx/launch.sh
Show inline comments
 
new file 100644
 
#!/bin/sh
 

	
 
ROOT_DIR=$(dirname "$0")/..
 

	
 
export DYLD_LIBRARY_PATH=${ROOT_DIR}/Frameworks
 

	
 
cd ${ROOT_DIR}/Resources
 
exec ./openttd "$@"