Fix asset bundling to work on Windows

This commit is contained in:
2024-10-23 19:47:28 -04:00
parent af3692fd11
commit 0b21febc6b
5 changed files with 49 additions and 40 deletions
-15
View File
@@ -1,15 +0,0 @@
.section .note.GNU-stack,"",@progbits
.section .bindata, "a", @progbits
.global asset_lefteye_start
.type asset_lefteye_start, @object
.global asset_righteye_start
.type asset_righteye_start, @object
.section .bindata
.balign 64
asset_lefteye_start:
.incbin "assets/lefteye.bin"
.balign 64
asset_righteye_start:
.incbin "assets/righteye.bin"