mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fix firmware compilation on Windows with Lua enabled
This commit is contained in:
parent
99c58f6874
commit
9e443a1dfc
1 changed files with 0 additions and 6 deletions
|
@ -21,12 +21,6 @@ set(LUA_INCLUDES
|
|||
-I${RADIO_SRC_DIRECTORY}/${STM32USB_DIR}/STM32_USB_Device_Library/Class/hid/inc
|
||||
)
|
||||
|
||||
if(WIN32 AND WIN_INCLUDE_DIRS)
|
||||
foreach(include ${WIN_INCLUDE_DIRS})
|
||||
set(LUA_INCLUDES "${LUA_INCLUDES} -I${include}")
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
set(LUA_INCLUDES_STM32F2
|
||||
${LUA_INCLUDES}
|
||||
-DSTM32F2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue