Forgotten compile flag
parent
41fa8458c2
commit
26870551d7
|
@ -178,6 +178,9 @@ else()
|
||||||
add_definitions(-DTEST_VIRTUAL=)
|
add_definitions(-DTEST_VIRTUAL=)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(DEV_BUILD)
|
||||||
|
add_definitions(-DEV_BUILD)
|
||||||
|
endif()
|
||||||
|
|
||||||
##
|
##
|
||||||
# Additional settings to use when cross-compiling with MXE (http://mxe.cc/)
|
# Additional settings to use when cross-compiling with MXE (http://mxe.cc/)
|
||||||
|
|
Loading…
Reference in New Issue