Move platform specific to sys/
Move unix/ and win/ to sys/, so that we can use android/ for android headers without confusion.
This commit is contained in:
@@ -12,9 +12,9 @@ src = [
|
||||
]
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
src += [ 'src/win/command.c' ]
|
||||
src += [ 'src/sys/win/command.c' ]
|
||||
else
|
||||
src += [ 'src/unix/command.c' ]
|
||||
src += [ 'src/sys/unix/command.c' ]
|
||||
endif
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user