Skip to content

Commit 68aaf20

Browse files
committed
Hashlink use hlout instead of hlcout
1 parent 0ca8073 commit 68aaf20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HashLink.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Alternatively, you can compile for hl/c, and then compile C files with a C compi
6262
#-lib hlsdl
6363
6464
# output
65-
-hl bin/hlcout/game.c
65+
-hl bin/hlout/game.c
6666
```
6767

6868
### GCC
@@ -71,7 +71,7 @@ If you're using GCC, you can build with:
7171

7272
```
7373
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]
74+
gcc -O3 -o mygame -std=c11 -I hlout hlout/game.c -lhl -lheaps.hdll -lui.hdll -lfmt.hdll [-L/path/to/required/hdll]
7575
```
7676

7777
For template, see also [Hashlink#706](https://github.com/HaxeFoundation/hashlink/pull/706).

0 commit comments

Comments
 (0)