1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-15 09:06:08 -05: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
+2 -2
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)