osxcross/tools
heinrich5991 51805010c9 Fix compilation issue in darling-dmg
This pulls in the https://github.com/darlinghq/darling-dmg/pull/41 fix
for compilation with newer GCC.

The error message this fixes is
```
osxcross/build/darling-dmg/src/main-fuse.cpp:137:28: error: no member named 'function' in namespace 'std'
int handle_exceptions(std::function<int()> func)
                      ~~~~~^
osxcross/build/darling-dmg/src/main-fuse.cpp:137:44: error: use of undeclared identifier 'func'
int handle_exceptions(std::function<int()> func)
                                           ^
osxcross/build/darling-dmg/src/main-fuse.cpp:137:49: error: expected ';' after top level declarator
int handle_exceptions(std::function<int()> func)
                                                ^
                                                ;
3 errors generated.
```
2017-10-25 09:50:23 +02:00
..
cpucount.cpp cpucount.cpp: std:🧵:hardware_concurrency() may return 0 2016-09-22 20:23:22 +02:00
gen_cyglto_dll.sh Add descriptive header to tool scripts. 2017-01-18 11:02:52 +01:00
gen_sdk_package_darling_dmg.sh Fix compilation issue in darling-dmg 2017-10-25 09:50:23 +02:00
gen_sdk_package_p7zip.sh Add descriptive header to tool scripts. 2017-01-18 11:02:52 +01:00
gen_sdk_package.sh Add descriptive header to tool scripts. 2017-01-18 11:02:52 +01:00
get_cpu_count.sh get_cpu_count.sh tweaks 2016-09-22 19:14:50 +02:00
get_dependencies.sh update cctools to 862 and ld64 to 241.9 2014-11-21 23:06:01 +01:00
mount_xcode_image.sh Add descriptive header to tool scripts. 2017-01-18 11:02:52 +01:00
osxcross_conf.sh * add windows support via cygwin 2015-07-19 22:28:10 +02:00
osxcross-macports Misc 'osxcross-macports' fixes 2017-02-19 19:50:18 +01:00
tools.sh Cygwin: Avoid symlinks and append .exe to executables (#91) 2016-10-29 19:26:05 +02:00
trap_exit.sh add a clang build script 2014-11-10 20:43:14 +01:00