1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[fsp] Do not compile both

This commit is contained in:
Witold Filipczyk 2023-07-08 08:50:54 +02:00
parent a7bb008fba
commit b5e9fa400d

View File

@ -1,7 +1,5 @@
if conf_data.get('CONFIG_FSP2')
srcs += files('fsp2.c', 'lock.c')
endif
if conf_data.get('CONFIG_FSP')
else
srcs += files('fsp.c')
endif