Skip to content

Commit 3c0da28

Browse files
committed
Some more building.
2 parents 95227f3 + edf75b5 commit 3c0da28

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
[submodule "src/gui2/imhex"]
1+
[submodule "dep/imhex"]
22
path = dep/imhex
33
url = git@github.com:WerWolv/ImHex.git
4+
[submodule "dep/libwolv"]
5+
path = dep/libwolv
6+
url = git@github.com:WerWolv/libwolv.git

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ifeq ($(BUILDTYPE),windows)
2828
EXT = .exe
2929
else
3030
CC = gcc
31-
CXX = g++ -std=c++20
31+
CXX = g++ -std=c++23
3232
CFLAGS = -g -O3 \
3333
-Wno-unknown-warning-option
3434
CXXFLAGS += \

dep/libwolv

Submodule libwolv added at 56f7794

0 commit comments

Comments
 (0)