Linux build requires C++20 standard and GL compile flag

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
pull/28/head
sigonasr2 1 year ago
parent 1a18463962
commit dd78b8f56d
  1. BIN
      Crawler/Crawler
  2. 2
      Crawler/sig

Binary file not shown.

@ -3,7 +3,7 @@ export AUTO_UPDATE=true
source utils/define.sh
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++"
source utils/main.sh

Loading…
Cancel
Save