Skip to content

Commit

Permalink
just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 22, 2024
1 parent dfa9649 commit 9f6e011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SOURCES := $(wildcard src/main/native/*.cpp)
all: install

install:
cl /EHsc /std:c++17 /LD /W4 /guard:cf \
cl '/EHsc' "/std:c++17" "/LD" /W4 /guard:cf \
/Fe:.\src\main\resources\integrations.dll \
/Fotarget\ \
$(HEADERS) $(SOURCES) \
Expand Down

0 comments on commit 9f6e011

Please sign in to comment.