Fix asset bundling to work on Windows
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user