This was never supposed to be possible, so stop doing it.pull/10702/head
parent
429e7c1edc
commit
6d50fadde5
9 changed files with 10 additions and 6 deletions
@ -0,0 +1,3 @@ |
||||
int dummy(void) { |
||||
return 0; |
||||
} |
@ -1,5 +1,5 @@ |
||||
samelibname = shared_library( |
||||
'sample', |
||||
sources : [], |
||||
sources : 'dummy.c', |
||||
install : false, |
||||
) |
||||
|
Loading…
Reference in new issue