Linux build requires C++20 standard and GL compile flag
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
6dcf13cfb8
commit
8c1ff2285f
BIN
Crawler/Crawler
BIN
Crawler/Crawler
Binary file not shown.
@ -3,7 +3,7 @@ export AUTO_UPDATE=true
|
|||||||
source utils/define.sh
|
source utils/define.sh
|
||||||
|
|
||||||
define PROJECT_NAME "Crawler"
|
define PROJECT_NAME "Crawler"
|
||||||
define CUSTOM_PARAMS "-std=c++17 -lX11 -lpthread -lpng -lstdc++fs -I/usr/include/lua5.3"
|
define CUSTOM_PARAMS "-std=c++20 -lX11 -lGL -lpthread -lpng -lstdc++fs -I/usr/include/lua5.3"
|
||||||
define LANGUAGE "C++"
|
define LANGUAGE "C++"
|
||||||
|
|
||||||
source utils/main.sh
|
source utils/main.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user