Reorganization of data resources

This commit is contained in:
redtide
2021-06-24 22:53:14 +02:00
committed by Francesco
parent 83a604dfb7
commit 3f58e554ba
12 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ endif
lite_rc = []
if host_machine.system() == 'windows'
windows = import('windows')
lite_rc += windows.compile_resources('res.rc')
lite_rc += windows.compile_resources('resources/icons/icon.rc')
endif
# On macos we need to use the SDL renderer to support retina displays