No description
Find a file
Colin Yates 2de833b29f docs
2018-08-06 17:49:11 +01:00
project initial commit 2018-08-06 17:47:13 +01:00
scripts initial commit 2018-08-06 17:47:13 +01:00
.gitignore initial commit 2018-08-06 17:47:13 +01:00
Dockerfile initial commit 2018-08-06 17:47:13 +01:00
README.md docs 2018-08-06 17:49:11 +01:00

This is an example repo demonstrating a (almost certainly) newbie mistake I am making, that prevents cross compiling and linking when using a third party library.

docker build -t deleteme .

and then to actually run it against the included project, which should fail:

docker run deleteme

Notice that both the linux build and the windows build fail.