We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57256b4 commit 0ca8073Copy full SHA for 0ca8073
1 file changed
HashLink.md
@@ -70,7 +70,8 @@ Alternatively, you can compile for hl/c, and then compile C files with a C compi
70
If you're using GCC, you can build with:
71
72
```
73
-gcc -O3 -o myapp -std=c11 -I out out/main.c -lhl -lheaps.hdll -lui.hdll -lfmt.hdll [-L/path/to/required/hdll]
+cd bin
74
+gcc -O3 -o mygame -std=c11 -I hlcout hlcout/game.c -lhl -lheaps.hdll -lui.hdll -lfmt.hdll [-L/path/to/required/hdll]
75
76
77
For template, see also [Hashlink#706](https://github.com/HaxeFoundation/hashlink/pull/706).
0 commit comments