docs
This commit is contained in:
parent
616d834838
commit
2de833b29f
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue