This commit is contained in:
wheremyfoodat 2023-07-09 23:09:19 +03:00 committed by GitHub
parent d75c183d11
commit eb7b056e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,5 +189,5 @@ if(ENABLE_USER_BUILD OR DISABLE_PANIC_DEV)
endif()
if(ENABLE_HTTP_SERVER)
target_compile(Alber PRIVATE PANDA3DS_ENABLE_HTTP_SERVER=1)
target_compile_definitions(Alber PRIVATE PANDA3DS_ENABLE_HTTP_SERVER=1)
endif()