Skip to content

Commit

Permalink
Fixed libui dependency extration on build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 28, 2024
1 parent e4f6d2b commit 9793306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zhivo/ast/expression/VariableDeclarationExpression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ NativeFunction VariableDeclarationExpression::loadNativeFunction(
else {
#if defined(__APPLE__)

library += ".dylib"
library += ".dylib";
handle = dlopen(library.c_str(), RTLD_LAZY);

#elif defined(__unix__) || defined(__linux__)
Expand Down

0 comments on commit 9793306

Please sign in to comment.