Skip to content

Commit

Permalink
c++17 standard in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
TechHog8984 committed Dec 28, 2024
1 parent 298e853 commit 4650d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.luau
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ if build_wasm then
})
else
spawnProcess("g++", {
"-std=c++17",
"main.cpp",
"handle.cpp",
BEAUTIFIER_SOURCES,
Expand Down

0 comments on commit 4650d49

Please sign in to comment.