1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux: Fix build issues caused by changes after SM4 addition

This commit is contained in:
Mounir IDRASSI
2025-05-04 02:45:09 +09:00
parent 7924f06e39
commit 4a371f807e
2 changed files with 12 additions and 12 deletions

View File

@@ -57,8 +57,8 @@ clean:
$(CXX) $(CXXFLAGS) -mssse3 -msse4.1 -msha -c $< -o $@
%.oaesni: %.cpp
@echo Compiling $(<F)
$(CXX) $(CXXFLAGS) -mssse3 -msse4.1 -maes -c $< -o $@
@echo Compiling $(<F)
$(CXX) $(CXXFLAGS) -mssse3 -msse4.1 -maes -c $< -o $@
%.ossse3: %.cpp
@echo Compiling $(<F)