Skip to content

Commit

Permalink
Make hashlink builds use C11 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist authored Nov 29, 2022
1 parent 5984b8f commit 66758a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/Kinc-HL/kfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project.addDefine('KORE');
project.addDefine('KOREC');
project.addDefine('ROTATE90');
project.addDefine('LIBHL_STATIC');
project.c11 = true;
project.cStd = 'c11';

if (platform === Platform.Windows || platform === Platform.WindowsApp) {
project.addDefine('_WINSOCK_DEPRECATED_NO_WARNINGS');
Expand Down

0 comments on commit 66758a0

Please sign in to comment.